Skip to content

Python file to convert the exported output from labelbox to coco

License

Notifications You must be signed in to change notification settings

AkshayDee-p/Labelbox2coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Labelbox2coco

Have written a script to convert data from export of Labelbox (.json) { Refer the site here --> https://labelbox.com/ } into coco dataset {Reference :- https://cocodataset.org/#format-data}.

I have written this for object detection Data Format.

Key Points:-

--> Input :- 1.file_input :- Json file from labelbox eg 'export-2020-XX-XXXXX_XX_XX.XXXX.json' 2.Folder_to_pick_image_from :- Folder where all the images of your dataset is present.(Please give the full path) 3.valid_counter :- No of images you want to use for validation rest will be used for creating the training set.

Releases

No releases published

Packages

No packages published

Languages