synthesiaresearch / humanrf

Official code for "HumanRF: High-Fidelity Neural Radiance Fields for Humans in Motion"
http://actors-hq.com
Other
448 stars 28 forks source link

Training and evaluation on full resolution images #30

Open btoussai opened 4 months ago

btoussai commented 4 months ago

Hello, First of all, thanks for your very good work and dataset! I would like to evaluate your algorithm using the full resolution images (1x). The provided config file (humanrf/configs/example_humanrf.py) assumes quarter resolution images (4x) based on the --dataset.scale option. Is there anything else I need to modify in order to achieve the best possible results at full resolution? If so, could you please provide a config file covering this case? Thanks :)