dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
776 stars 133 forks source link

使用OpenCV部署FastestDet,包含C++和Python两种版本的程序 #5

Open hpc203 opened 2 years ago

hpc203 commented 2 years ago

使用OpenCV部署FastestDet,包含C++和Python两种版本的程序。模型文件不超过1M https://github.com/hpc203/FastestDet-opencv-dnn

Baiyuetribe commented 2 years ago

建议在本项目example里提个pr

huangqi111 commented 2 years ago

转换模型,用那个c++代码预测,总是报错,您这边怎么解决的

6017203257 commented 1 year ago

使用OpenCV部署FastestDet,包含C++和Python两种版本的程序。模型文件不超过1M https://github.com/hpc203/FastestDet-opencv-dnn

请问可以给一下pth转onnx的代码么,用原项目的转换了,用不了您的代码

haohanlin commented 1 year ago

非常感谢