healthonrails / annolid

An annotation and instance segmentation-based multiple animal tracking and behavior analysis package.
Other
41 stars 9 forks source link

labelme_json_to_dataset not working according to Annolid documentation #3

Closed shamavir closed 3 years ago

shamavir commented 4 years ago

This labelme_json_to_dataset command doesn't work for me in the way that our documentation indicates that it should. Attached screenshot shows nature of failure and the corresponding documentation.

This isn't terribly important and we don't need to fix it, but it looks like you got it to work while I am failing so perhaps we could sort out the problem and update our documentation accordingly.

shamavir commented 4 years ago

Annolid error 02, 17 Sept 2020 (not working tool)

healthonrails commented 4 years ago

This command can be run as follows.


python main.py --labelme2coco=/path/to/my_labeled_images --to /path/to/my_dataset_coco --labels=/path/to/my_labels.txt --vis=True```