NVlabs / EmerNeRF

PyTorch Implementation of EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision
https://emernerf.github.io/
Other
572 stars 44 forks source link

Image size and feature_extraction_size #19

Open sonnefred opened 9 months ago

sonnefred commented 9 months ago

Hi, my image data is of size 1920x1080, and I don't want to resize it. When I change the parameter load_size to [1080,1920], should I also change feature_extraction_size or keep it unchanged? Thanks.