kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.74k stars 482 forks source link

image width and length in train&eval&mesh #211

Open tankertyp opened 1 year ago

tankertyp commented 1 year ago

Can the param img_wh in train be different from img_wh in in eval&mesh ? There is "killed" problem when i set the img_wh to (4032, 3024), and it seems to be OOM.