MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / gaussian2d.py

File gaussian2d.py

scripts/python/gaussian2d/gaussian2d.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This is a simple example of using Falcor + DiffSlang + pytorch.
3It learns to represent an image by a set of (additive) 2D gaussians.
4A Falcor compute pass is used to render the gaussians to an image (forward).

Callers

nothing calls this directly

Calls 9

Splat2DClass · 0.85
Splat2DModuleClass · 0.85
optimizeFunction · 0.85
TestbedMethod · 0.80
logMethod · 0.80
frameMethod · 0.80
convertMethod · 0.45
resizeMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected