Results 130 comments of Klaus Greff

Drawbacks that I can think of: * `SQLObserver` is less tested, so there are likely more undiscovered issues with it. * ATM you can only store a single number as...

Another approach would be to change the frame rate (if gravity etc. is also too fast). MOVi uses 12 FPS so if you want to have half the (apparent) speed...

Currently Kubric only supports Orthographic and Perspective cameras, but Blender has support for a few other camera models including [Fisheye](https://docs.blender.org/manual/en/2.79/render/cycles/camera.html#fisheye) which I assume would fit your need. Adding support for...

This is changing the behavior of the camera, by always locking it onto a target. While I agree that this is a useful feature I don't think this should be...

Yes that is indeed a problem. The way kubric is designed it currently only knows about objects that it has added itself. So things in the scene, or added directly...

The dome used in the movi workers is not just for projecting the environment map, it has actual geometry, such that there is a textured floor with which the objects...

That is a very good point! Care to make a PR? I think it would be enough to add something like ``` python asset._asset_source = self ``` to the [create...

Ah, goood catch, that function should be updated or removed. The dome was moved to be an asset in KuBasic and can be added like this: ``` python kubasic =...

Hmm weird. That looks like you cannot access `gs://kubric-public/assets/KuBasic/KuBasic.json` for some reason. Can you verify that you have internet access from your container? ``` bash docker run --rm --interactive \...