-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from geoyee/develop
Update
- Loading branch information
Showing
381 changed files
with
1,154 additions
and
150,787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -366,4 +366,7 @@ FodyWeavers.xsd | |
testimgs/ | ||
|
||
# setup | ||
setup/ | ||
setup/ | ||
|
||
# depends | ||
labcd/depends/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# LabCD | ||
|
||
Englis | [简体中文](./README.md) | ||
|
||
https://user-images.githubusercontent.com/71769312/216638896-bd1d5e40-6512-478d-b7b0-927c142aece6.mp4 | ||
|
||
Remote sensing change detection annotation tool, it was designed with reference to [EISeg](https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.6/EISeg). It can mark the change information of images in two periods in the left and right canvases respectively, and automatically display it in the other canvas synchronously. It makes it easy to use [shortcut keys](https://github.com/geoyee/LabCD/wiki/%E5%BF%AB%E6%8D%B7%E9%94%AE%E5%88%97%E8%A1%A8). | ||
|
||
**bilibili: [https://www.bilibili.com/video/BV11j411T7up?t=23.2](https://www.bilibili.com/video/BV11j411T7up?t=23.2)** | ||
|
||
**download: [Windows x64 exe](https://github.com/geoyee/LabCD/releases/download/0.2/LabCD-0.2-x64-setup.exe)** | ||
|
||
## News | ||
|
||
1. Add English support | ||
2. Add annotation process and positioning cross | ||
4. Add tif support, about large image split and IO with geolocation | ||
6. Add CVA reference image | ||
|
||
## Environment and dependence | ||
|
||
- Visual Studio 2019 | ||
|
||
- Qt 6.4.0 | ||
|
||
- OpenCV 4.5.5 | ||
|
||
- JsonCpp 1.9.5 | ||
|
||
- GDAL 3.5.3 | ||
|
||
## Data organization | ||
|
||
``` | ||
testimgs | ||
├-- A # time1 image folder | ||
| └-- 01.jpg # time1 image | ||
├-- B # time2 image folder | ||
| └-- 01.jpg # time2 image | ||
├-- GT # automatically generated for save annotation | ||
| ├-- 01_pseudo.jpg # pseudo-color map | ||
| ├-- 01.bmp # annotation with single band | ||
| └-- 01.json # custom format used to restore polygons | ||
└-- label.json # automatically generated for label import | ||
``` | ||
|
||
## Help | ||
|
||
1. You need to click the label to draw on the canvas | ||
2. The starts with the left mouse button and ends with the right mouse button (It's best to right-click on the canvas every time you finish drawing a polygon) | ||
3. Automatically saved after switching images | ||
|
||
## Reference and resources | ||
|
||
- Icon:[SuperMap GIS产品彩色系功能图标库](https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=32519&lang=en-us) | ||
- Color:[Color Palette | AntV](https://antv.vision/en/docs/specification/language/palette) | ||
- Packaging:[Inno Setup](https://jrsoftware.org/) |
Oops, something went wrong.