Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayooshkathuria/yolo-v2-pytorch
A pytorch implementation of YOLO v2 object detection algorithm.
https://github.com/ayooshkathuria/yolo-v2-pytorch
Last synced: about 2 months ago
JSON representation
A pytorch implementation of YOLO v2 object detection algorithm.
- Host: GitHub
- URL: https://github.com/ayooshkathuria/yolo-v2-pytorch
- Owner: ayooshkathuria
- Created: 2018-02-26T11:30:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T11:36:33.000Z (almost 7 years ago)
- Last Synced: 2024-11-26T07:19:08.536Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yolo-v2-pytorch
A pytorch implementation of YOLO v2 object detection algorithm.This implementation is not expected to match results of the original YOLO algorithm (https://pjreddie.com/darknet/yolo/).
Instead, this is a personal project to get better at implementing large scale projects in PyTorch.