mworchel / svbrdf-estimation

SVBRDF Estimation using a Physically-based Differentiable Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support distinct training and test modes

mworchel opened this issue · comments

Training and testing should be individual modes of the executable so they can be executed without one another. This is required for making the training headless, i.e., enable it to be executed on a remote machine without display.

Implemented in 0a14381.