Open David-19940718 opened 1 year ago
您好,已更新代码了,麻烦重新拉下代码重试一下。
您好,已更新代码了,麻烦重新拉下代码重试一下。
您好,可以正常导出lite模型。但目前 yolov6s_face.pt 无法正常推理。
AttributeError: Can't get attribute 'Conv_C3' on <module 'yolov6.layers.common' from './YOLOv6/yolov6/layers/common.py'>
您好,由于我们最近的代码对卷积算子定义进行了重构,麻烦从4.0 release中重新下载对应的预训练权重。
您好,由于我们最近的代码对卷积算子定义进行了重构,麻烦从4.0 release中重新下载对应的预训练权重。
您好,测试了下,yolov6lite系列均能正常导出。yolov6n_face.pt和yolov6m_face.pt能正常导出。
yolov6s_face.pt报以下错误:
AttributeError: Can't get attribute 'Conv_C3' on <module 'yolov6.layers.common'
您好,麻烦确认下您的权重文件是否有从4.0 release中重新下载。
Before Asking
[X] I have read the README carefully. 我已经仔细阅读了README上的操作指引。
[X] I want to train my custom dataset, and I have read the tutorials for training your custom data carefully and organize my dataset correctly; (FYI: We recommand you to apply the config files of xx_finetune.py.) 我想训练自定义数据集,我已经仔细阅读了训练自定义数据的教程,以及按照正确的目录结构存放数据集。(FYI: 我们推荐使用xx_finetune.py等配置文件训练自定义数据集。)
[X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
Search before asking
Question
分支:yolov6-face 权重:https://github.com/meituan/YOLOv6/releases/download/0.4.0/yolov6lite_s_face.pt 脚本:python deploy/ONNX/export_onnx.py --weights weights/yolov6lite_s_face.pt --simplify --img-size 416 416 --ort
报错:
发现目前只有这个能正常推理:
Additional
No response