Anuar
Anuar
Hello, Thank you for a great library! I was wondering whether it's possible to run prediction (at test-time) in C++ either by converting to Torch with Pytorch 1.0 or by...
Thanks for great work! This code uses a pytorch model but you mention that the models are deployed on mobile in tf-lite, do you convert a pytorch model with ONNX...
Hi, I am trying to understand the metrics of depth estimation. Is there a way to get understanding of error in physical units in meters?
Thanks for great repo! I noticed the spatial resolution is reduced by large factor (in one network it's 32) with MaxPooling and Conv(stride>1) which decreases the spatial resolution to less...
I was wondering whether it is possible to safely convert the model to ONNX and Tensorflow.
Hey, we would really appreciate if the code is released. Cheers
Hi, Thanks for great and simple code, used it and it worked beautifully! I was thinking to improve the tracking even further yet having real-time speed as it's a requirement...
Hi, Great code, thanks a lot! I had 2 questions: 1) Accuracy Just wanted to know whether the code actually works and tracking does improve detection. 2) Speed of tracking...
## 🐞Describing the bug I have a relatively simple LSTM model that I need to `jit.script()` because I will add if conditional on the input soon, right now I don't...
**Is your feature request related to a problem? Please describe.** I want to pass nested type like `dict[str, dict[str, list]]` to `ChatFlow.__init__(vector_store: dict[str, dict[str, list]])` but I get an error...