Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UniversalDataTool/udt-to-labelme
Convert Universal Data Tool .udt.json files into labelme files
https://github.com/UniversalDataTool/udt-to-labelme
Last synced: 3 months ago
JSON representation
Convert Universal Data Tool .udt.json files into labelme files
- Host: GitHub
- URL: https://github.com/UniversalDataTool/udt-to-labelme
- Owner: UniversalDataTool
- License: mit
- Created: 2020-09-01T17:03:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T05:16:18.000Z (about 4 years ago)
- Last Synced: 2024-04-14T06:13:10.107Z (7 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://universaldatatool.com) 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.
```bash
# 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](https://github.com/UniversalDataTool/udt-labelme-converter/wiki/LabelMe-Format). The [Universal Data Tool format `.udt.json` is documented here.](https://github.com/UniversalDataTool/udt-format)