Skip to content
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

No attribute 'convert' #2

Open
amyou2005 opened this issue Aug 22, 2020 · 2 comments
Open

No attribute 'convert' #2

amyou2005 opened this issue Aug 22, 2020 · 2 comments

Comments

@amyou2005
Copy link

Hi, thank you for this tool but i got an issue.

with this command

# convert labelme annotations to coco
labelme2coco.convert(labelme_folder, save_json_path)

I got AttributeError:
module 'labelme2coco' has no attribute 'convert'

@XCRobert
Copy link
Owner

If you want to use this tool, you should modify the labelme_json path at

labelme_json=glob.glob('train/*.json')
and save_json_path , and then just run commandpython lableme2coco.py. Please read lableme2coco.py for more details.

@amyou2005
Copy link
Author

amyou2005 commented Aug 25, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants