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

https://github.com/helyousfi/2d-object-detection

Object Detection Using YOLO and other classic algorithms
https://github.com/helyousfi/2d-object-detection

cnn darknet deep-neural-networks pytorch yolo

Last synced: 7 months ago
JSON representation

Object Detection Using YOLO and other classic algorithms

Awesome Lists containing this project

README

          

This repository contains an implementation of YOLOV1 from scratch.
Future works :
- Implement YOLOV3 from scratch.
- Implement some backbones used in object detection such as CSPDarknet53 used in YOLOv4

# Metrics Evaluation
- https://github.com/rafaelpadilla/Object-Detection-Metrics