An open API service indexing awesome lists of open source software.

https://github.com/amanpriyanshu/faster-rcnn

Implementing the Faster-RCNN paper for Object Detection in Images from scratch in PyTorch
https://github.com/amanpriyanshu/faster-rcnn

Last synced: about 2 months ago
JSON representation

Implementing the Faster-RCNN paper for Object Detection in Images from scratch in PyTorch

Awesome Lists containing this project

README

          

# Faster-RCNN
Implementing the Faster-RCNN paper for Object Detection in Images from scratch in PyTorch. It is simple, easy to understand and flexible implementation, so as to allow others learn and understand this implementation.

---

*Disclaimer: The dataset does not belong to me. It was taken from kaggle/issaisasank/guns-object-detection, the link for the source has been provided below.*

[Dataset Citation](https://www.kaggle.com/issaisasank/guns-object-detection)

---