onnx c++

opencv,读取摄像头

https://github.com/tw0226/onnx_model_to_C-/blob/bb54aef3db3b9f37229c8fbc27d2b64db6950924/onnx_convert/main.cpp

有opencv mobilenet yolov2

https://github.com/tenglike1997/onnxruntime-projects

读文件:有mean

https://github.com/Deadline-Driven/NASA2019_Project/blob/052ba69124173501f8d5ca9da7a1a896eee26821/Super_Resolution/cpp_onnx/super_cpp.cpp

https://github.com/tenglike1997/onnxruntime-projects/blob/5e0bd206fde197835fd7eafed9dad9cd7609088b/Windows/onnx_super_resolustion/ort_test/ort_test.cpp

yolov2 nms

https://github.com/tenglike1997/onnxruntime-projects/blob/83f366e56f669b2b7b6b9ac5d0923ebbbfbe2980/Windows/onnx_tiny_yolov2/ort_test/ort_test.cpp

mobilenet

扫描二维码关注公众号,回复: 11002230 查看本文章

https://github.com/tenglike1997/onnxruntime-projects/blob/9e9587f8c90aeeb10bd0294a494c9c7b9bcac739/Ubuntu/onnx_mobilenet/main.cpp

ort image

https://github.com/tenglike1997/onnxruntime-projects/blob/b3588bb5f5067c1afdf916aae63d5f221d7f28e5/Windows/onnx_erfnet/ort_test/ort_test.cpp

erfnet

https://github.com/tenglike1997/onnxruntime-projects/blob/9e9587f8c90aeeb10bd0294a494c9c7b9bcac739/Ubuntu/onnx_erfnet/main.cpp

https://github.com/tw0226/onnx_model_to_C-/blob/bb54aef3db3b9f37229c8fbc27d2b64db6950924/onnx_convert/onnx_to_cpp.cpp

https://github.com/tenglike1997/onnxruntime-projects/blob/5e0bd206fde197835fd7eafed9dad9cd7609088b/Windows/onnx_style_transfer/ort_test/ort_test.cpp

torch 队列 线程:

https://github.com/nexuslrf/Accel-Video-Pipe/blob/3b1fa886c474da0b5c660b043bb5ad3496652b4a/palm-detection.cpp

https://github.com/nexuslrf/Accel-Video-Pipe/blob/99278495b7ee8ef99ccb2ba00dc06d2a895b36d0/speed-bench.cpp

https://github.com/nexuslrf/Accel-Video-Pipe/blob/1883241ac5d3c0aa06629e733b80c5bbfa5ec105/multi-model.cpp

手部关键点

blaze_hand.onnx

https://github.com/nexuslrf/Accel-Video-Pipe/blob/a7fa8fc143f4eb8cbe175a54131f33d2c3447d7b/hand-keypoint.cpp

发布了2853 篇原创文章 · 获赞 1112 · 访问量 581万+

猜你喜欢

转载自blog.csdn.net/jacke121/article/details/105641151