ShiqiYu/libfacedetection.train

can not export to onnx

yonglianglan opened this issue · 2 comments

尝试通过python tools/yunet2onnx.py ./configs/yunet_n.py ./weights/yunet_n.pth 进行onnx转换,发现转换失败,我的mmcv安装版本是1.6

image

@Wwupup Please take a look at the problem.

Hello @yonglianglan, you can change the all cfg.test_pipeline to cfg.data.test.pipeline to avoid this error. And I have fix this bug in the new PR and you can easily git fetch.