# Labelme - [Labelme tutorial](https://hackmd.io/@agbug/ByjZArc9h) - [Labelme github](https://github.com/wkentaro/labelme) ## Preparation ### Prepare Folder 1. [Download ICALAB_val_image](https://drive.google.com/drive/folders/1XAJ9Pcwi1-pNGjYvxFnvrbDn38dt1zP4?usp=drive_link)  3. Clone [labelme_tutorial](https://github.com/patrick0115/labelme_tutorial) or download ZIP ``` git clone git@github.com:patrick0115/labelme_tutorial.git ``` - Folder structure ```bash 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.txt ```   ### Install labelme ```bash pip install labelme ``` ### Open labelme ```bash labelme ```  ## Start label 1. Open Dir Choose images folder with raw images.  2. Label - 描繪  - 編輯圖案 可以移動複製,調整點位   - 修改類別  - 畫面色調調整 若圖片不清楚,可以調整圖案亮度  - 儲存在 labelme_tutorial/json  ## Start Semantic Segmentation ```bash python .\labelme2voc.py ``` - 會在output資料夾產生一下檔案  - 上傳到對應資料夾(包含json檔) 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up