Skip to content

Commit 892ab0a

Browse files
committed
Done Converted semantic seg to instance seg
1 parent 3406909 commit 892ab0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ git clone git@github.com:deepbands/deep-learning-datasets-maker.git
3030

3131
- [ ] Fix: If vector layer saved in memory not in file, `rasterize` can't work.
3232
- [X] Fix: Splitiing Image Size.
33-
- [ ] 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)
33+
- [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)
34+
- [ ] PaddlePaddle Train/Val/Testing list text.

deep-learning-datasets-maker/split_rs_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@ def run(self):
306306
saver = osp.join(save_path, name)
307307
segMaskB2I(label, saver)
308308
else :
309-
feedback.pushInfo(str(save_path))
309+
feedback.pushInfo("Option instance segmentation is not selected")
310310

311311
iface.messageBar().pushMessage("You will find the dataset in " + image_folder_path, level=Qgis.Success, duration=5)

0 commit comments

Comments
 (0)