Skip to content

Convert Universal Data Tool .udt.json files into labelme files

License

Notifications You must be signed in to change notification settings

UniversalDataTool/udt-to-labelme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Data Tool to LabelMe Converter

Convert UDT Files into LabelMe files and vice versa. This is helpful if you're using the Universal Data Tool for labeling files and need to convert to labelme to work with other programs, or vice versa.

Getting Started

You use udt-labelme-converter directly with npx without global installation.

# Convert a UDT file into a LabelMe directory
npx udt-labelme-converter --input=my-udt-file.udt.json --output=labelme-files

# Convert a LabelMe directory into a UDT file
npx udt-labelme-converter --input=labelme-files --output=my-udt-file.udt.json

To see more information about how LabelMe formats files, check out the wiki page. The Universal Data Tool format .udt.json is documented here.

About

Convert Universal Data Tool .udt.json files into labelme files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published