S-NeRF icon indicating copy to clipboard operation
S-NeRF copied to clipboard

Questions about eval.

Open sxj1215 opened this issue 1 year ago • 0 comments

Thanks for your great work! However, I found some troubles in evaluation and rendering. How do you save the eval Images? I got the tracebacks below.

s-nerf/model/models.py", line 342, in render_image chunk rays = utils.namedtuple map( File "/home/zhouxiaoyu/cvpr/S-NeRF-main/s-nerf/utils/render_utils.py", line 6, in namedtuple_map return type(tup)(*map(fn,tup)) File "/home/zhouxiaoyu/cvpr/S-NeRF-main/s-nerf/model/models.py", line 344, in lambda r: F.pad(r,(θ,padding,e,0),mode='reflect'),chunk_rays) NotImplementedError: only 2D,3D,4D,5D padding with non-constant padding are supported for now

sxj1215 avatar Nov 16 '23 16:11 sxj1215