Attila Door

Results 8 comments of Attila Door

Have you thought about maybe the `fit_generator` can be very memory hungry and can load in too much training data. Maybe try to lower the number of workers, but that's...

Hej, I am looking the same thing, which unfortunately i cannot answer yet, but from the documentation, it looks like, `encoder_features` is for creating skip connections between the encoder and...

Hi, i am not super familiar with the this repository but from the documentation https://github.com/qubvel/segmentation_models/blob/master/segmentation_models/models/unet.py#L188 it looks it looks like it makes a huge difference for your usecase. If the...

I took a look at the ROS wrapper repo https://github.com/IntelRealSense/realsense-ros as you mentioned but unfortunately, i couldn't find any trace of this being implemented for inspiration. Here they mention the...

Unfortunately i couldn't make it not re-allocating the memory through the librealsense API so i went to the code [HERE](https://github.com/IntelRealSense/librealsense/blob/master/src/cuda/cuda-conversion.cu#L237) and made the buffer pointers static and not re-allocate once...

I am a bit busy with other things, so It will take a few days for me, but i will back soon

Hi @dmipx Do you mean that i might enabled wrong camera streams in the SDK? I re-used the code from [THIS](https://github.com/IntelRealSense/librealsense/blob/fb7b9de86bb0e621ac5aa6667ffbd421a53d6710/examples/example-utils.hpp) example and called it like: ` device_with_streams({RS2_STREAM_COLOR, RS2_STREAM_DEPTH}, serial_);`

Hi @fmeum . I took over this task from Carlos. I tried Bazel 7.2.1 and I can confirm that the issue still persists, unfortunately. Do you still need the example...