WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.88k stars 585 forks source link

Bag of Freebies update #245

Open lohzhunyewcs opened 3 years ago

lohzhunyewcs commented 3 years ago

Are the new weights with Bag of Freebies(BoF) the same as the ones used in the yolov4 paper?

Also, will using the current training code(for the u5 and master branch) automatically apply the BoFs?

WongKinYiu commented 3 years ago

some are removed, and added something new.

will keep updating.

lohzhunyewcs commented 3 years ago

Okay.

Does this mean the current code won't apply the BoFs? Also there were a lot of development logs supporting new things like anchor free, instance segmentation, imitation learning etc. but I don't think there were code changes to support those. Is there any way to use the things you've added?

WongKinYiu commented 3 years ago

some of them are in the issues.

for example: attention: https://github.com/WongKinYiu/PyTorch_YOLOv4/issues/179#issuecomment-737652305 deformable: https://github.com/WongKinYiu/PyTorch_YOLOv4/issues/94#issuecomment-705606344

lohzhunyewcs commented 3 years ago

I see thanks for them!

Are there any plans to include them in the repo so they'll be easier to find?