ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

I have a stronger yolo #77

Open Stinky-Tofu opened 5 years ago

Stinky-Tofu commented 5 years ago

I have a better code about yolo https://github.com/Stinky-Tofu/Stronger-yolo

juanmed commented 5 years ago

Why do you say its better?

Stinky-Tofu commented 5 years ago

@juanmed Better performance, and provide YOLOV3-Lite

juanmed commented 5 years ago

Thanks for sharing you reimplementation, I will definitely have a look at yolov3-lite. It seems you implemented ideas from several papers. It would be nice for you to write what exactly are the improvements in your README. Thanks!