-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solutions to 'make_dirs' problem in labelbox_json2yolo.py
code
#37
Comments
if you download this repo, you will get FYI, Take a look in this thread |
Thanks @ichsan2895 !! |
You're welcome! If you have any more questions or need further assistance, feel free to ask. Good luck with your project! |
I'd like to convert my label file in
*json
to YOLO * txt with to class ('bsb','wsb') using thelabelbox_json2yolo.py
.In my data (image and label file) I have:
Is possible to give a local directory in my machine and not call
make_dirs(file.stem)
? Please, any help with it?The text was updated successfully, but these errors were encountered: