https://github.com/ambidextrous9/object-detection-fasterrcnn-and-yolov8-on-custom-dataset
Object Detection using FasterRCNN & YOLOv8
https://github.com/ambidextrous9/object-detection-fasterrcnn-and-yolov8-on-custom-dataset
Last synced: 7 months ago
JSON representation
Object Detection using FasterRCNN & YOLOv8
- Host: GitHub
- URL: https://github.com/ambidextrous9/object-detection-fasterrcnn-and-yolov8-on-custom-dataset
- Owner: ambideXtrous9
- Created: 2023-11-26T13:07:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T17:27:47.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:32:57.751Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Detection
Object Detection using FasterRCNN & YOLOv8
## Faster-RCNN

## YOLOv8


## Useful Links :
[FasterRCNN Pytorch Lightning](https://www.kaggle.com/code/sanjayarvind/fasterrcnn-pytorch-lightning)
[Fine-tuning Faster-RCNN using pytorch](https://www.kaggle.com/code/yerramvarun/fine-tuning-faster-rcnn-using-pytorch)
[Faster RCNN](https://debuggercafe.com/a-simple-pipeline-to-train-pytorch-faster-rcnn-object-detection-model/)
[How to Train YOLO v5 on a Custom Dataset](https://blog.paperspace.com/train-yolov5-custom-data/)