Skip to content

jakebelew/roi-pooling

 
 

Repository files navigation

ROI Pooling

A TensorFlow/C++ implementation of the ROI Pooling operation from "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks" (https://arxiv.org/abs/1506.01497).

TensorFlow lacks a Region-of-Interest (ROI) pooling operation required to implement Faster R-CNN. ROI pooling is used by Faster R-CNN to produce fixed-size feature maps from arbitrary object proposals (bounding boxes).

Code is located here.

About

A TensorFlow/C++ implementation of the ROI Pooling operation from "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks" (https://arxiv.org/abs/1506.01497).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.3%
  • Python 40.0%
  • Jupyter Notebook 4.2%
  • Go 1.8%
  • TypeScript 1.8%
  • HTML 1.3%
  • Other 2.6%