Andrea Tagliasacchi

Results 41 issues of Andrea Tagliasacchi

Need add functionality to disable the spherical floor for being a shadow caster. Directional lights are modelled as lights positioned at infinity, causing world sphere to cast shadow on the...

Obsoletes `launch.sh` to launch large scale experiments on GCP

``` @pytest.mark.skip(reason="TODO(klausg)") def test_optical_flow(): ```

![image](https://user-images.githubusercontent.com/4480573/160291708-4588ea47-433a-4ebf-b935-d5d8dc836037.png)

This didn't work, and many attempts available by searching (e.g. [link](https://www.maxivanov.io/add-docker-container-name-to-shell-prompt/)) ``` RUN echo 'export PS1="(\h) \[\e[33m\]\w: \[\e[0m\]"' >> /root/.bashrc RUN echo 'export LSCOLORS=ExFxCxDxBxegedabagacad' >> /root/.bashrc RUN echo 'export ENV...

enhancement

Currently if from a frame I want to "omit" an object the only way is to remove it (and add it again). Blender however supports removing something completely from the...

Why are `scale` and `bounds` a PhysicalObject property? I was expecting them to be both Object3Ds

discussion

In regards to this TODO: https://github.com/google-research/kubric/blob/e5e4e495847425989ef4a1c44fa1eb354a4114a8/kubric/core/objects.py#L149 @Qwlouse would the mechanism that I have used in `Asset.__init__` be suitable for what you wanted? See how I declared the `name` property read_only:...

julia version 1.3.0 ``` julia> Pkg.add("ThreeJS") ERROR: The following package names could not be resolved: * ThreeJS (not found in project, manifest or registry) Please specify by known `name=uuid`. Stacktrace:...