nerminsamet / ppdet

[BMVC-20] Official PyTorch implementation of PPDet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOC dataset

201814476 opened this issue · comments

Thanks for your contribution.
How can I use the VOC dataset? Where should I change?

Hi,

For training on PASCAL VOC you need a config file for pascal, you could find an example below:

open-mmlab/mmdetection#170