AndreyGermanov / yolov8_onnx_rust

YOLOv8 inference using Rust
GNU General Public License v3.0
51 stars 7 forks source link

Update to 1.15.2 #1

Closed gsuyemoto closed 1 year ago

gsuyemoto commented 1 year ago

Hey Andrey!

Thanks for providing this code!

I made changes to Cargo and main.rs in order to use latest version of ORT - 1.15. Which mainly required removing InputTensor which is deprecated and modifying lines in run_model function and use statement. Basically, just a couple lines in main.rs really.

Just thought I would send a pull request just in case you would like to merge the changes to your repo.

-Gary