Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.