Luca Bonfiglioli

Results 8 issues of Luca Bonfiglioli

**Describe the bug** Manual focus setter does not always work. With the exact same code and settings, sometimes the focus is set to the desired value (130) and sometimes to...

bug

## Bug Description I get RuntimeError when I try to save a compiled Tensor RT module. The error message says to report a bug, and I found no other issues...

component: runtime
bug: triaged [verified]

Hello, I am currently writing a software that should physically simulate objects falling on various types of containers, and to achieve this we decided to use `pybullet` binding for bullet3....

Hello, I need to render segmentation masks with pyrender. Normally I would do it by setting `flags=pr.RenderFlags.SEG` and by adding the segmentation color map as described in your documentation. This...

When I train a SOLOv2 model I get the following error at training start. Seems like it cannot find the libnvrtc-builtins.so.11.1 file, even though it is correctly installed. Im using...

## Describe the bug Compose raising when keypoints are configured but no keypoints are passed. This is actually a fairly typical situation in self-supervised tasks, where datasets may be partially...

feature request

* pipelime version: 1.9.1 * Python version: 3.10 * Operating System: Ubuntu 22.04 ### Description If `bpy` is imported, pipelime won't be able to run with multiprocessing. ### What I...

Currently, this fails: ```python import torch import torch.nn as nn from tensordict import TensorDict from torch.jit import script, trace # type: ignore class MyModule(nn.Module): def forward(self, x: TensorDict) -> TensorDict:...

enhancement