You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: