jerry73204 / rust-cv-convert

Type conversion among popular Rust computer vision libraries
MIT License
43 stars 21 forks source link

Does not build with most recent version of libtorch #19

Open JLZ22 opened 1 month ago

JLZ22 commented 1 month ago

I installed libtorch on MacOS from https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip , and the package does not build because it is using v0.14 of tch instead of v0.17. When I coned the repo and updated the cv-convert/Cargo.toml to use v0.17 of tch, the build was successful.