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

support for ms coco dataset

Open raingo opened this issue 10 years ago • 3 comments

a working copy of voc_pascal.py for Microsoft COCO dataset.

COCO dataset should be setup by data/coco/PythonAPI/init.py

Trained models will be shared soon.

raingo avatar May 12 '15 15:05 raingo

@rohitgirdhar It's the results of debugging. I don't know why it should be like that. There are two variables in the mat file. One is a cell array of path strings, and the other is a cell array of matrices (bbox).

raingo avatar Jun 21 '15 19:06 raingo

@raingo Could you please share your trained models for COCO?

damro avatar Jun 27 '15 00:06 damro

I've been working on a COCO baseline and have posted the code to the coco branch.

My version of lib/datasets/coco.py is a bit different in that it handles crowd annotations, uses the python coco api for evaluation, and supports proposals in the format generated by Hosang et al..

rbgirshick avatar Aug 18 '15 16:08 rbgirshick