Inverse-Rendering Toolkit
Project description
ivt
ivt
stands for Inverse-Rendering Toolkit. It is a simple framework for conducting inverse rendering experiments. Since there are a lot differentiable renderers in development, mastering them all and migrating between them can be a headache. ivt
provides a simple scene representation based on pytorch
that can be rendered by connectors that connect to different differentiable renderers and get the graident of the scene parameters. Migrating between renderers is just a matter of changing the connector.
Installation
ivt
depends on pytorch
. Since it is widely used and some projects might have specific requirements to it, we leave its installation to the user.
After installing pytorch
, you can install ivt
via
pip install ivt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.