NeRF-Factory

Results 2 comments of NeRF-Factory

After so many hours of debugging...I finally run the code successfully. The './hydra' and 'ema_averaged_model.ckpt' are unnecessary. Instead, I modify several lines of code in 'sample. py'. If you want...

@aksy2512 Exactly, the checkpoint provided by the official repository is the weight of the 'eps_model' which is defined in the class 'DenoisingDiffusionProbabilisticModel'. You should write a new code for loading...