zju3dv / ENeRF

SIGGRAPH Asia 2022: Code for "Efficient Neural Radiance Fields for Interactive Free-viewpoint Video"
https://zju3dv.github.io/enerf
Other
413 stars 28 forks source link

Question about config file #49

Closed SuzyZhao0417 closed 6 months ago

SuzyZhao0417 commented 10 months ago

Hi, Thanks for your great work! During training, I find the code pass through the function name build_feature_volume twice, is this means coarse to fine? And I wondering how to change the parameters in cfg.enerf.cas_config, I cannot find the related parameters in lib.config. Looking forward to your reply! Best wishes!

haotongl commented 10 months ago

Hi, thanks for your attention. Yes, it means coarse to fine. I uploaded a config file without cascade cost volume. https://github.com/zju3dv/ENeRF/blob/master/configs/enerf/dtu_pretrain_nocascade.yaml
I hope you find it useful.

TT-T1 commented 6 months ago

Thank you for your excellent work. I am currently facing some issues. I want to reconstruct the data from the DNA-Rendering dataset using ENeRF, but I'm not sure how to configure the corresponding configuration file. Could you please provide me with some guidance?

haotongl commented 6 months ago

Thank you for your excellent work. I am currently facing some issues. I want to reconstruct the data from the DNA-Rendering dataset using ENeRF, but I'm not sure how to configure the corresponding configuration file. Could you please provide me with some guidance?

Hi, thanks for your attention! We include the enerf code for DNA-rendering (also called renbody dataset) in the following repo. https://github.com/zju3dv/im4d/tree/main/configs/exps/enerf/renbody