rhobro
rhobro
Thanks. When can this be implemented?
I would implement it if I could 😂 but I don't understand the workings under the hood well enough. Ok. Can someone tag the issue as an enhancement or something?
Upon searching the repo for "distribut" it doesn't return any results.
@danieldk so patchelf would add all of the libtorch libraries into the binary? However, in that example, they seem to be .so files but when I downloaded libtorch, it seemed...
@danieldk thank you. This is proving to be a harder task. When programs use the c++ API of libtorch, is it packaged into the binary or is it loaded in...
Ok. I'll try a static build. Haha yes. I thought about onnx but couldn't find any way to train models with it in rust. Hence why I'm thinking about tch-rs.
Hi there, I read on the opencv website that the library was adjusted for ios and android. So I think compiling them for the platforms should work? I am new...
Would it be possible to introduce a feature flag on the crate to decide between static and dynamic linking?
I've forked the repo and have edited the RUSTFLAGS. I've been trying to test it out in a local cargo project but it seems to return errors saying that all...
It seems to work when I build my program for my host but it seems to break when cross-compiling. It says environment and vcpkg cannot probe opencv.