#359 · Primary category: Computer Vision
faster_rcnn_pytorch
Faster RCNN with PyTorch
Project last updated:09/25/21
GitHub Stars
1.8K
Forks
460
Contributors
4
License
MIT
Why we included this project
This is an honest, from-scratch PyTorch port of Faster R-CNN, written by someone learning the framework rather than shipping production code. The author rebuilt the region proposal network and RoI pooling by hand instead of calling into a high-level library, so the code shows the real wiring of a two-stage detector: anchor generation, proposal scoring, and the custom CUDA and Cython layers for NMS and pooling. For anyone trying to understand object detection internals or write their own implementation, it works well as a study reference. The README is also candid that it does not match the original Caffe version's accuracy and predates modern PyTorch APIs, and it points to newer, maintained forks if your real goal is to train Faster R-CNN on your own data. Treat this as a way to learn the architecture, not something to drop into production.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)