未验证 提交 4c2ef3d4 编写于 作者: L LokeZhou 提交者: GitHub

[TPIC] fix keypoints opencv bug (#8359)

上级 7a2fbe82
......@@ -91,6 +91,7 @@ elif [ ${MODE} = "benchmark_train" ];then
cd ./dataset/ && tar -xf coco.tar
ls ./coco/
cd ../
pip3 install opencv-python==4.5.2.54
elif [[ ${model_name} =~ "ppyoloe_r_crn_s_3x_spine_coco" ]];then
wget -nc -P ./dataset/spine_coco/ https://paddledet.bj.bcebos.com/data/tipc/spine_coco_tipc.tar --no-check-certificate
cd ./dataset/spine_coco/ && tar -xvf spine_coco_tipc.tar && mv -n spine_coco_tipc/* .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册