Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlostojal/obj_detection_playground
Object detection playground.
https://github.com/carlostojal/obj_detection_playground
Last synced: 2 days ago
JSON representation
Object detection playground.
- Host: GitHub
- URL: https://github.com/carlostojal/obj_detection_playground
- Owner: carlostojal
- Created: 2024-08-24T18:14:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T11:46:26.000Z (about 2 months ago)
- Last Synced: 2024-10-12T19:53:27.667Z (about 1 month ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Detection Playground
Some experiments I make with object detection models just for fun.
## Some ideas
- [x] Implement YOLOv1 from scratch.
- [ ] Implement YOLOv7 from scratch.
- [ ] Implement DETR from scratch.
- [ ] Knowledge distillation from DETR to a YOLO model.
- [ ] Student pruning.
- [ ] Student quantization.