Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.