Florian Bruggisser

Results 45 issues of Florian Bruggisser

Hi, I've just tried to install the project as described in the [Installation.md](https://github.com/muelea/shapy/blob/master/documentation/INSTALL.md) and tried to run the demo command: ```bash cd regressor # run SHAPY regressor to estimate body...

This is necessary to get IMU data from the camera: https://dev.intelrealsense.com/docs/rs-motion

enhancement
native library

RealSense Camera: `D455` Firmware Version: `05.13.00.50` pyrealsense2 Version: `2.50.0.3812` Option: `option.auto_exposure_limit` It seems that auto-exposure limit seems to work differently from the documentation. If I request the description of it,...

python
documentation
d455

This PR adds build support for Apple Silicon arm64 using the XCode build system as recommended [here](https://lightbuzz.com/realsense-macos/) and [here](https://github.com/cansik/pyrealsense2-macosx).

enhancement
help wanted

As already discussed in https://github.com/jlai/Python-SpoutGL/issues/15 it seems that DirectX CPU sharing is not working as expected in `2.007h`. I now debugged the spout code and it seems that the problem...

As already discussed in #85, this flag change allows CPU sharing to be chosen as sharing method.

When I create a new project with the *project generator* (without plugins) and add the `CMakeLists.txt` and then open it in clion, there is already an error because of the...

| Required Info | | |---------------------------------|------------------------------------------- | | Camera Model | 400 Series (D435, D455) | | Firmware Version | 5.15.1.0 | | Operating System & Version | MacOS Somona...

D400 Series
python
MacOS

### Issue Type Bug ### OS Mac OS ### OS architecture aarch64 ### Programming Language Python ### Framework ONNX ### Model name and Weights/Checkpoints URL https://github.com/PINTO0309/PINTO_model_zoo/tree/main/035_BodyPix ### Description When running...

I trained an object detection model based on **YOLOX** with [otx](https://github.com/openvinotoolkit/training_extensions) and exported / optimized it as openvino model. The network includes a `NonMaxSuppression` operator to post-process the detected objects...