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
- Host: GitHub
- URL: https://github.com/amanpriyanshu/faster-rcnn
- Owner: AmanPriyanshu
- Created: 2021-01-01T07:09:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T12:07:51.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T03:25:38.013Z (6 months ago)
- Language: Python
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
---