cascade-rcnn icon indicating copy to clipboard operation
cascade-rcnn copied to clipboard

training on custom dataset

Open liuliu66 opened this issue 7 years ago • 2 comments
trafficstars

I tried your code trained on my own dataset. But I found that your annotation format is .txt which is not standard voc format. I only have the annotations on my dataset of voc format (.xml files) or coco format (.json files). How could I do to use them for training on my dataset?

liuliu66 avatar May 25 '18 07:05 liuliu66

I have examples to generate the .txt files for both voc format (.xml files) and coco format (.json files), under $CASCADE_ROOT/data/. Please have a look at them.

zhaoweicai avatar May 26 '18 02:05 zhaoweicai

@zhaoweicai Hi, Zhaoweicai, I cannot find any file to generate the .txt files for both voc format (.xml files) and coco format (.json files) under $CASCADE_ROOT/data/. Could you please upload again? thanks. I have already found it. thanks.

PacteraKun avatar Jul 06 '18 23:07 PacteraKun