airctic / icedata

IceData: Datasets Hub for the *IceVision* Framework
https://airctic.github.io/icedata/
Apache License 2.0
49 stars 13 forks source link

voc parser #115

Closed yrodriguezmd closed 3 years ago

yrodriguezmd commented 3 years ago

Previous parser code throws error 'voc has no parser module'.

Changed code to

parser = parsers.VOCBBoxParser(annotations_dir= path/'Annotations', images_dir = path/'JPEGImages', class_map=class_map)

This one worked for me, so I'm forwarding the suggestion.

lgvaz commented 3 years ago

Good catch! This is indeed something we changed on icevision a while back.

Thanks for the PR!