Towaki

Results 10 issues of Towaki

Right now, no function exists inside Kaolin for ray generation, which is an essential part to support raytracing. Ray generation is a function which takes in camera parameters (where camera...

feature
spc

Right now, most of our ray-based features in the internal MR are located in `ops.spc` or `render.spc`. As we move beyond SPC and support general ray-based pipelines, we should have...

discussion
feature
spc

Right now we support trilinear interpolation of SPC but we don’t officially support the creation of the dual octree (trinkets), which you need to perform interpolation. Current implementation I have...

discussion
optimization
spc

The current trilinear interpolation function within Kaolin is not memory efficient for the purpose of making the backprop easy with autodiff. This is not a performant approach in terms of...

feature
optimization
spc

Right now, some parts of the code use ATen atomic functions from headers like `` and ``. PyTorch is planning to migrate to `` as the unified header for this...

discussion
plumbing

The app's default channels to visualize should be auto-loaded from the channels supported by objects in the scene graph

enhancement

Seems like this step is unnecessary and would create rounding errors - config.shutter_speed is already in seconds as specified by the interface for the config file

Hi again, Today I was trying to override a config defined by a dataclass using a YAML file. The docs (https://brentyi.github.io/tyro/examples/03_config_systems/02_overriding_yaml/) seem to show that the use of a simple...

Sorry for the issue spamming- but here's a small bug report that this assertion needs to be replaced by an Exception to properly display which fields have issues in the...

Hi tyro team, First of all thanks for this super cool configuration library!! It looks awesome. While reading the docs and playing around with the configurator I had a small...