trzy/FasterRCNN

What shoud be structute of dataset dir?

palandlom opened this issue · 1 comments

Noted dataset VOC2007 contains of the following folders:

Annotations  
ImageSets  
JPEGImages  
SegmentationClass  
SegmentationObject

Are they all necessary OR only some of them should be provided?

trzy commented

Check out voc.py — it describes which directories need to be present. Only the first three and not the last two. If you have a custom dataset you’ll need to structure it in this format or write a new dataset loader to replace what’s in voc.py.