pustar

Results 7 issues of pustar

I follow the tutorial to generate an end2end yolov7.onnx : https://github.com/WongKinYiu/yolov7/blob/main/tools/YOLOv7onnx.ipynb however, the exported end2end yolov7.onnx only get a mAP of 0.46721 on COCO dataset, while yolov7.pt is 0.512 ,...

I generated an yolov7.onnx by command: `python export.py --weights weights/yolov7.pt --grid --simplify --dynamic` when I run the yolov7.onnx by: ``` # ONNX inference outputs = session.run(outname, {inname[0]:img})[0] ``` an error...

Which onnxruntime version did you use for this project? Ordinal 10 Could Not Be Located in the Dynamic Link Library ort_test.exe ![image](https://user-images.githubusercontent.com/10677439/110404683-41bb5300-80ba-11eb-8c07-e4efa59ca76e.png) I have tested onnxruntime version 1.1.0, 1.1.1, 1.2.0,...

感谢您的分享,请问:导出的onnx,分别在coco上测试过精度吗?验证过正确性吗?

代码很好,很感谢,请问能提供一个BiLSTM-CRF的预训练模型吗?

cannot stand anymore, too much mistakes in this repo!!!

just want to say thank you for your share