facebookresearch / multipathnet

A Torch implementation of the object detection network from "A MultiPath Network for Object Detection" (https://arxiv.org/abs/1604.02135)
Other
1.34k stars 275 forks source link

Training custom data set #46

Open pamio opened 7 years ago

pamio commented 7 years ago

Hi, How do I train a custom data set ? How to create the bounding box proposals and prepare data for training ?

minouminou commented 7 years ago

See https://github.com/facebookresearch/multipathnet/issues/16

pamio commented 7 years ago

Thanks