hpc203 / yolov5-face-landmarks-opencv-v2

更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onnx cant download from baidu

MyraBaba opened this issue · 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 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