https://github.com/gorkemgul/yolov1
This repository provides a PyTorch implementation of Yolov1, a Detection Algorithm for Object Detection tasks.
https://github.com/gorkemgul/yolov1
deep-learning object-detection yolov1 yolov1-pytorch
Last synced: 7 months ago
JSON representation
This repository provides a PyTorch implementation of Yolov1, a Detection Algorithm for Object Detection tasks.
- Host: GitHub
- URL: https://github.com/gorkemgul/yolov1
- Owner: gorkemgul
- License: mit
- Created: 2023-08-15T12:44:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T19:21:41.000Z (about 2 years ago)
- Last Synced: 2025-01-24T06:26:52.720Z (9 months ago)
- Topics: deep-learning, object-detection, yolov1, yolov1-pytorch
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yolov1 Model using PyTorch
The main target of this repository is to implement yolov1 structure from scratch by using PyTorch.