RockeyCoss / jsonConverter

convert the json label files generated by labelme into npy files while preserving the file directory structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonConverter

convert the json label files generated by labelme into npy files while preserving the file directory structure.

usage
python converter.py -jp (json directory) -o (output directory) [-m (with_others or only_json)]
with_others:
copy the files with other postfix to the same relative directory in the output path.
only_json:
ignore all the files with other postfix.

About

convert the json label files generated by labelme into npy files while preserving the file directory structure

License:MIT License


Languages

Language:Python 100.0%