malteprinzler / diner

Official PyTorch Implementation of the CVPR23 Paper "DINER: Depth-aware Image-based NEural Radiance fields"
79 stars 8 forks source link

missing argument ‘mlp_coarse_conf’ #2

Closed scutcr7 closed 1 year ago

scutcr7 commented 1 year ago

hello, thanks for the great work!

Running create_prediction_folder.py raises error when loading ckpt assets\ckpts\facescape\DINER.ckpt. Error on:

self.nerf = import_obj(nerf_conf.module)(**nerf_conf.kwargs)
self.renderer = import_obj(renderer_conf.module)(**renderer_conf.kwargs)

inference

malteprinzler commented 1 year ago

Thank you very much for your interest in our work and for pointing out that bug! It should be fixed now. Could you please download the assets.zip file again from https://edmond.mpdl.mpg.de/dataset.xhtml?persistentId=doi:10.17617/3.NBIYQB# (same link as in the README.md) and try it again? The reason for the bug was an outdated .ckpt file. I updated them now. No changes to the code base should be necessary. Please let me know if you face any further issues. Best, Malte