Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.02 KB

labelme2coco_keypoints

Convert labelme format keypoints .json to MSCOCO format keypoints for human detection

Install labelme before running the script.
Installation Steps For Windows:

Directory  
...  
|   ... labelme2coco_list.py   
|   ... annotated (directory to store raw annotated labelme .json files)   
|   ... converted_folder (directory to store generated COCO format .json and images)    
|       ... annotations  
|           ... person_keypoints_train.json  
|           ... person_keypoints_val.json  
|       ... images  
|           ... train  
|               ...  
|               ...  
|           ... val  
|               ...  
|               ...  

reference https://github.com/m5823779/labelme2coco_keypoint/blob/master/labelme2coco.py