Skip to content

Commit 3ccb8cf

Browse files
committed
update and clean for v0.3
1 parent a2c6b59 commit 3ccb8cf

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
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/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9+
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.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) ![license](https://img.shields.io/github/license/deepbands/buildseg) ![release](https://img.shields.io/badge/release-v0.2-red.svg)
1010

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

13-
![image](https://user-images.githubusercontent.com/13020265/147381344-5f36a3c9-dc9d-42a7-84e6-1f3cfc1b40d0.png)
14-
![image](https://user-images.githubusercontent.com/13020265/147382279-58546f57-7476-4d69-af9d-0ac71b409a7a.png)
15-
![image](https://user-images.githubusercontent.com/13020265/147381366-b0ad1f15-c36a-4b9f-99b9-e456b20357fe.png)
13+
<p align="center">
14+
<img src="https://user-images.githubusercontent.com/13020265/147381344-5f36a3c9-dc9d-42a7-84e6-1f3cfc1b40d0.png">
15+
<img src="https://user-images.githubusercontent.com/13020265/147382279-58546f57-7476-4d69-af9d-0ac71b409a7a.png">
16+
<img src="https://user-images.githubusercontent.com/13020265/147381366-b0ad1f15-c36a-4b9f-99b9-e456b20357fe.png">
17+
</p>
1618

1719
## How to use
1820

@@ -28,7 +30,7 @@ git clone git@github.com:deepbands/deep-learning-datasets-maker.git
2830
```
2931
- Or open OSGeo4W shell as administrator and enter :
3032
``` shell
31-
pip install opencv-python --user
33+
pip install scikit-image pycocotools --user
3234
```
3335

3436
3. Copy folder named deep-learning-datasets-maker in QGIS configuration folder and choose the plugin from plugin manager in QGIS (If not appeared restart QGIS).
@@ -39,7 +41,7 @@ git clone git@github.com:deepbands/deep-learning-datasets-maker.git
3941
4. Open QGIS, load your raster and vector data then select the output paths for rasterized, images and labels then click `ok`.
4042

4143
## TODO
42-
44+
**v0.2**
4345
- [ ] Fix: If vector layer saved in memory not in file, `rasterize` can't work.
4446
- [x] Splitting raster data into equal pieces with [GDAL](https://github.com/OSGeo/gdal) , https://gdal.org/.
4547
- [X] Fix: Splitiing Image Size.
@@ -52,3 +54,6 @@ git clone git@github.com:deepbands/deep-learning-datasets-maker.git
5254
- [X] Support COCO format.
5355
- [X] Update plugin's UI :
5456
- [X] Add new checkbox for other annotations like COCO.
57+
58+
**v0.3**
59+
- [ ] Fix : raster and vector full path on Linux/macOS (Sometimes cannot gdal/ogr.open from the full path because of forward slash ``/path_to_raster`` and backward slash ``\path_to_raster`` )

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
opencv-python
1+
scikit-image
22
pycocotools

0 commit comments

Comments
 (0)