rbgirshick / fast-rcnn

Fast R-CNN
Other
3.34k stars 1.57k forks source link

annotation file format #25

Open tamirru opened 9 years ago

tamirru commented 9 years ago

Hello, where can I see and example for an annotation file? thanks

revilokeb commented 9 years ago

you might use any, just have to adjust _load_pascal_annotation in pascal_voc.py accordingly. I am using sloth for annotating own datasets, save it as JSON and read from there.

jeanvbean commented 7 years ago

Hi, you can use labelImg for the annotation of your own datasets. The output file are in line with the format of VOC2007, and can be directly used for input. The labelImg can be downloaded from here: https://github.com/tzutalin/labelImg