Results 130 comments of Klaus Greff

Good point, we should check explicitly for `seed is None`. The reason for doing this check at all is so that we have a `seed` value that can be saved....

I have seen this error before, but my memory is a bit fuzzy. It might be due to having n-gons in the mesh (rather than only triangles). IIRC `trimesh` required...

Because `Camera` and `Light` inherit from `Object3D` and they have a position and location but no scale and bounds.

That is an excellent catch! I'll have to regenerate the ShapeNet assets once the fix is in....

There is some support for this since #51 and #54. Kubric now has a concept of materials that can be added to certain objects. But the supported materials are very...

Reopening because #198 broke other usecases and a test, so I reverted it.

Partially solved in #54. Objects do have a scale parameter that is synced to Blender. However, support in the simulator is partial only, since pybullet only supports uniform scaling at...

The intention was to make labwatch behave as a `named_config`. So you should be able to also use it from within python by providing the name of the searchspace in...

The same problem seems to happen with the mlp example

Seems better now, but still behaves different from what I'd expect: ``` { "_id" : 1, "result" : 79 } { "_id" : 2, "result" : 83 } { "_id"...