hpc203 / yolov7-detect-face-onnxrun-cpp-py

使用ONNXRuntime部署YOLOV7人脸+关键点检测,包含C++和Python两个版本的程序
50 stars 7 forks source link

Onnx Model #8

Open Zafeeruddin opened 6 months ago

Zafeeruddin commented 6 months ago

I tried running the model, the model file is missing where can i get it.

parser.add_argument('--modelpath', type=str, default='onnx_havepost_models/yolov7-lite-e.onnx',