fV-SRN
fV-SRN copied to clipboard
Inconsistent Python files
Some training scripts assume methods from the pyrenderer that no longer exist in the current C++ side. Update the training scripts to reflect the changes.
Example: inference.py
calls stepsizeIsObjectSpace
which is no longer available. Everything is in object space now.