kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning

Home Page:https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image width and length in train&eval&mesh

tankertyp opened this issue · comments

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.