Florian Bruggisser

Results 164 comments of Florian Bruggisser

I just tested the most recent development build (v2.55.0) and the issue not there anymore. The pyrealsense2 pypi package has the version number `2.54.2.5684` which seems like a patched version,...

Another update, using the [current](https://github.com/IntelRealSense/librealsense/commit/4673a37d981164af8eeb8e296e430fc1427e008d) master branch seems to contain the fixes. I am now building 2.54.2 with the current master and check if it solves everything. @MartyG-RealSense Is there...

Thanks for the information. I could successfully build and test version 2.54.2 built from the master branch (with the additional fixes): https://github.com/cansik/pyrealsense2-macosx/releases/tag/macosx-v2.54.2 It would still be interesting if you could...

@MartyG-RealSense Currently, I don't have the time to try it out. Let's close the issue and I will re-open it if needed.

It doesn't seem to be a problem with the os, but with the execution provider. I tired it on windows with CPU and the same error happened. With DirectML or...

Ok, I will have a look if the openvino runtime has the same issues (should be able to drop the onnx directly into it), maybe it's working with an alternative...

I was able to add openvino as additional runtime. The output seems correct as far as I can tell (somehow weird translated, but I experienced that with DirectML as well)....

#### Affine Transformation and Resize to Original Size Ok, the problem of the translation was because I did not resize the output maps to the original image size before applying...

@jaegukhyun In `deployment.py` I can change various values for the ONNX and OpenVINO export, like input size and other parameters. These parameters are used when I run the `otx export`...