ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
669 stars 292 forks source link

How to get the same performance on kitti 2d object detection? #108

Open YunzeMan opened 5 years ago

YunzeMan commented 5 years ago

I saw this code was submitted to KITTI 2d object detection contest. How can I get the same performance on kitti dataset?

Do you use pretrained VOC model and fine-tuned on KITTI data?

Thanks