Skip to content

Commit 1871238

Browse files
authored
Merge pull request #3 from deepbands/develop
Develop to master
2 parents bf20b6a + 2384cbb commit 1871238

15 files changed

Lines changed: 1077 additions & 1030 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
__pycache__/
2-
.qt_for_python/
2+
.qt_for_python/
3+
.vscode/settings.json
4+
data/

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</article>
77
</div>
88

9-
[![Python 3.8](https://img.shields.io/badge/python-3.8-red.svg)](https://www.python.org/downloads/release/python-380/) [![QGIS 3.16.13](https://img.shields.io/badge/qgis-3.16.13-green.svg)](https://www.qgis.org/)
9+
[![Python 3.8](https://img.shields.io/badge/python-3.8-red.svg)](https://www.python.org/downloads/release/python-380/) [![QGIS 3.16.13](https://img.shields.io/badge/qgis-3.16.13-green.svg)](https://www.qgis.org/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1010

1111
Deep Learning Datasets Maker is a QGIS plugin to make datasets creation easier for raster and vector data.
1212

@@ -46,7 +46,7 @@ git clone git@github.com:deepbands/deep-learning-datasets-maker.git
4646
- [x] Export as jpg (for raster) and png (for rasterized shapefile) with GDAL.
4747
- [X] Converted semantic segmentation (0 and 1) to instance segmentation for labels (the original label is 0/255) option, and the result is a single-channel image that uses a palette to color. ![](https://s3.bmp.ovh/imgs/2021/09/008c5b768b7e477a.png)
4848
- [X] PaddlePaddle Train/Val/Testing list text.
49-
- [ ] Use GDAL for instance segmentation instead of openCV.
50-
- [ ] Support COCO format.
51-
- [ ] Update plugin's UI :
52-
- [ ] Add new tabs for other methods like COCO.
49+
- [X] Use GDAL for instance segmentation instead of openCV.
50+
- [X] Support COCO format.
51+
- [X] Update plugin's UI :
52+
- [X] Add new checkbox for other annotations like COCO.

deep-learning-datasets-maker/split_rs_data.py

Lines changed: 243 additions & 160 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)