facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.29k stars 2.5k forks source link

Support for Fast RCNN #355

Open adityaarun1 opened 5 years ago

adityaarun1 commented 5 years ago

❓ Questions and Help

Hi, Does this repository support Fast R-CNN?

I have a bunch of pre-computed bounding box proposals for each image, what changes are required to use these pre-computed proposals in the architecture?

fmassa commented 5 years ago

Fast R-CNN is not currently implemented, but here are the changes I see that should be made:

That's I think pretty much it. There might be some other minimal changes.

Let me know how it goes.

adityaarun1 commented 5 years ago

Thanks, this helps a lot. I will take a shot at implementing it.

fmassa commented 5 years ago

Cool, let us know when you manage to make it work!