-
Clone labelme_tutorial or download ZIP
git clone git@github.com:patrick0115/labelme_tutorial.git
- Folder structure
Anypath
├── ICALAB_val_image
│ ├── JPEGImages
│ ├── SegmentationClass
│ ├── json
│ ├── SegmentationClassPNG
│ ├── SegmentationClassVisualization
│ ├── color_coding_semantic_segmentation_classes - Sheet1.csv
│ ├── class_names.txt
│ ├── images
│ │ │── 0000.jpg
│ │ │── 0001.jpg
│ │ │── 0002.jpg
│ │ │ .......
├── labelme_tutorial
│ ├── json
│ ├── output
│ ├── label.txtpip install labelmelabelmepython .\labelme2voc.py- 會在output資料夾產生一下檔案












