cmusatyalab/mega-nerf

I changed the value of train_scale_factor to 3 and got the following error, what is the reason?

lhc991025 opened this issue · 1 comments

The code is complaining that your pixel widths are not cleanly dividable by 3. You can likely remove this check but would need to make sure any downstream code isn't relying on the widths/heights being cleanly dividable by the downsampling factor.