Maximilian Denninger

Results 11 issues of Maximilian Denninger

**Is your feature request related to a problem? Please describe.** The init function is currently too cluttered it should provide an easy way of setting the init values, but it...

enhancement

Fix #585 and #628 The only problem is that using `set_used_gpus` now removes the CPU, but I don't know how to integrate that nicely.

cla-signed

**Is your feature request related to a problem? Please describe.** Loading `.obj` or `.ply` files takes forever, it would be much nicer if those can be loaded at the same...

enhancement

Hey guys, I just installed this library, but it wasn't as simple as I would have hoped. Here is my process it might help someone else in the future: At...

Fixes #686 This removes the need for calling the rendering function twice, going from this: ```python # render the whole pipeline data = bproc.renderer.render() # Render segmentation masks (per class...

enhancement
cla-signed

fix #709 ![0_colors](https://user-images.githubusercontent.com/6104887/191449483-e5ade2bd-8852-49a8-a28e-5441efc67cfc.png) ![1_colors](https://user-images.githubusercontent.com/6104887/191449495-7da6a40b-4612-4667-8766-fe746cdf93b0.png) ![2_colors](https://user-images.githubusercontent.com/6104887/191449499-6d599a76-962e-4b29-a293-01cdc13c73c4.png)

cla-signed

**Is your feature request related to a problem? Please describe.** The light source should intersect with the camera frustum. This means this function must be called after setting the camera...

enhancement

**Is your feature request related to a problem? Please describe.** Switch to blender 3.3 to take advantage of all new features.

enhancement

**Is your feature request related to a problem? Please describe.** Integrate the instance segmentation into the color rendering **Describe the solution you'd like** ```python # give all objects an index,...

enhancement