WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.88k stars 586 forks source link

about development log #266

Open jaqub-manuel opened 3 years ago

jaqub-manuel commented 3 years ago

hey @WongKinYiu , Thanks for this great work.

How can we use the features in the development log. When we look at the codes, the last update was 2 months ago, but 2 weeks ago in the development log. Is there an explanation for using the following features for example?

u3 2021-01-26 - design mask objectness. 2021-01-25 - design rotate augmentation. 2021-01-23 - design collage augmentation. 2021-01-22 - support VoVNet, VoVNetv2. 2021-01-22 - support EIoU.

u5 2021-01-19 - support instance segmentation. mask-yolo 2021-01-17 - support anchor-free-based methods. center-yolo 2021-01-14 - support joint detection and classification. 2020-01-02 - design new PRN and CSP-based models.

Thanks again...

WongKinYiu commented 3 years ago

Currently some methods only support training/testing, we will release the corresponding code after finish writing the demo code.