zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 905 forks source link

[Feature Request] Implementing YOLO v4 / v5 / .. ? #376

Closed innat closed 2 years ago

innat commented 3 years ago

Hello, @zzh8829 great repo.

I was wondering if you've planned to add other improved versions of YoLo. I think it would be great to have all of them in one place. What do you think? Any plan on that? Also, Is PR welcomed? Thanks.

FYI, I've encountered another great repo, which contains YoLo version v2, v3, v4, v5. But I found that it didn't follow the TF 2.x best practice.