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

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.

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.