Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryoung/yolov3_from_ayooshkathuria
A YOLOv3 implement from scratch learning from ayooshkathuria, but without training code.
https://github.com/harryoung/yolov3_from_ayooshkathuria
Last synced: 7 days ago
JSON representation
A YOLOv3 implement from scratch learning from ayooshkathuria, but without training code.
- Host: GitHub
- URL: https://github.com/harryoung/yolov3_from_ayooshkathuria
- Owner: Harryoung
- Created: 2020-03-15T05:48:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T13:19:21.000Z (over 4 years ago)
- Last Synced: 2023-08-19T14:02:16.694Z (about 1 year ago)
- Language: Python
- Size: 26.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A detailed implement of YOLOv3 from scratch
Learing from https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
It is a pity that it does not contain codes for training the model.