Skip to content

Commit

Permalink
support rbg-ir task
Browse files Browse the repository at this point in the history
  • Loading branch information
SNianMe committed Dec 15, 2022
1 parent fa95b99 commit f863837
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ python setup.py install
1. 首先将待标注数据以 `assets/examples/change_detection/` 的方式放好(支持软连接)




2. `A/``B/` 表示待标注的两个时相目录,下面的命名保持一致, `label/` 用来存储标注结果

3. 通过如下方式启动软件进行标注:
Expand All @@ -58,6 +56,8 @@ python setup.py install

- 支持[lazy_cd](https://github.com/shinianzhihou/lazy_cd)中目标/像素级算法辅助标注

- 理论上可以标注所有的 A+B 图像,具体可以参考 `./assets/examples/` 下面的其它例子,如 `RGB-IR` 的场景标注

## 声明

- This repo is the fork of [wkentaro/labelme](https://github.com/wkentaro/labelme).
Expand Down
Binary file added assets/examples/segmentation_ab/A/00347D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/examples/segmentation_ab/A/00774N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/examples/segmentation_ab/A/01173N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/examples/segmentation_ab/B/00347D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/examples/segmentation_ab/B/00774N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/examples/segmentation_ab/B/01173N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions assets/examples/segmentation_ab/label/00347D.json

Large diffs are not rendered by default.

152 changes: 152 additions & 0 deletions assets/examples/segmentation_ab/label/00774N.json

Large diffs are not rendered by default.

0 comments on commit f863837

Please sign in to comment.