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
- Host: GitHub
- URL: https://github.com/helyousfi/2d-object-detection
- Owner: helyousfi
- Created: 2022-02-14T18:03:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T08:22:30.000Z (about 3 years ago)
- Last Synced: 2025-02-26T20:37:16.312Z (7 months ago)
- Topics: cnn, darknet, deep-neural-networks, pytorch, yolo
- Language: Jupyter Notebook
- Homepage:
- Size: 484 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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