yolov5-face-landmarks-opencv-v2
yolov5-face-landmarks-opencv-v2 copied to clipboard
onnx cant download from baidu
Hi,
We cant download from baidu. Can you put a google drive ?
I convert from yolo5vs-face.pt to onnx but it failed
Best
@MyraBaba where you able to solve the conversion issue?
@mlourencoeb unfortunately not.
Alright I solved this issue.
You can create the ONNX file by running main_extraction file.
The ONNX file will be extracted in the precised directory in the code. I choosed to extract in the folder /weights.
The main_export_onnx file contain a bug. If you didn't fix it, refer to corresponding issue. I fixed it there