yolov5-face-landmarks-opencv-v2 icon indicating copy to clipboard operation
yolov5-face-landmarks-opencv-v2 copied to clipboard

onnx cant download from baidu

Open MyraBaba opened this issue 3 years ago • 3 comments

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 avatar Nov 17 '21 13:11 MyraBaba

@MyraBaba where you able to solve the conversion issue?

mlourencoeb avatar Feb 24 '22 15:02 mlourencoeb

@mlourencoeb unfortunately not.

MyraBaba avatar Feb 24 '22 15:02 MyraBaba

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

AndreKev avatar Jun 23 '22 13:06 AndreKev