meituan / YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications.
GNU General Public License v3.0
5.72k stars 1.04k forks source link

Add MobileOne backbone to YOLOv6 #20

Closed zhiqwang closed 2 years ago

zhiqwang commented 2 years ago

Description

Hi the awesome YOLOv6 team , MobileOne introduced by Apple is interesting, the mobile-vision team implement it at https://github.com/facebookresearch/mobile-vision/pull/91 , is there any plan to support it there?

Use case

image

Additional

image

khwengXU commented 2 years ago

Thanks for your attention! We have plans to publish models for Mobile. This model maybe one of the choices.

zhiqwang commented 2 years ago

We have plans to publish models for Mobile. This model maybe one of the choices.

COOL! @khwengXU Thanks for opening source this AWESOME project!

And just FYI, the mobile-vision team have already implement this MobileOneBlock at belows, maybe it could be used as reference.

https://github.com/facebookresearch/mobile-vision/blob/4d5207c/mobile_cv/arch/fbnet_v2/mobileone_block.py#L15

khwengXU commented 2 years ago

COOL! @khwengXU Thanks for opening source this AWESOME project!

And just FYI, the mobile-vision team have already implement this MobileOneBlock at belows, maybe it could be used as reference.

https://github.com/facebookresearch/mobile-vision/blob/4d5207c/mobile_cv/arch/fbnet_v2/mobileone_block.py#L15

Thanks for your suggestion! We will consider it. :D