ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.65k stars 16.32k forks source link

Will yoloV5 support BiFPN in the future? #429

Closed zhongqiu1245 closed 4 years ago

zhongqiu1245 commented 4 years ago

❔Question

Hi!Thank you for your wonderful work. Will yoloV5 support BiFPN in the future?

Additional context

glenn-jocher commented 4 years ago

We are very low on time, if you want to you can modify the yolov5 yaml files for bifpn, see all of the different heads in models/hub

zhongqiu1245 commented 4 years ago

Thanks for your suggestion