Alexandre Boulch
Results
32
comments of
Alexandre Boulch
Hello, The `checkpoint.pth` should be created while training, saved under `results/experiment_name/checkpoint.pth`.
Hello, Following previous mentions, I updated the install instruction according to: https://github.com/autonomousvision/differentiable_volumetric_rendering/issues/46#issuecomment-869823496 becoming: ``` CC=gcc CXX=gcc python setup_c.py build_ext --inplace python setup.py build_ext --inplace ``` Tell me if that is...