meituan / YOLOv6

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

QAT training #754

Open junghyun-avikus opened 1 year ago

junghyun-avikus commented 1 year ago

Before Asking

Search before asking

Question

Hi,

I was following the QAT tutorial, but it seems like it can't download the pre-trained model, yolov6s_opt_qat.py. The url that the code uses is the following https://github.com/meituan/YOLOv6/releases/download/0.3.0/yolov6s_v2_reopt_43.1.pt

Are you planning on releasing the pt?

Additional

No response

mtjhl commented 1 year ago

您可以在这里下载 https://github.com/meituan/YOLOv6/releases/download/0.2.0/yolov6s_v2_reopt.pt 当前 0.3 版本,可以使用 QARep 版本训练,这个比较方便,量化掉点也比较少。RepOpt 训练起来也比较麻烦。