Skip to content

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

Notifications You must be signed in to change notification settings

eleven-2/labelme2coco_keypoints

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%