You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Or open OSGeo4W shell as administrator and enter :
30
32
```shell
31
-
pip install opencv-python --user
33
+
pip install scikit-image pycocotools --user
32
34
```
33
35
34
36
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).
- [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`` )
0 commit comments