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
I'm trying to project NeRFs created by implementations that are not based on jaxnerf.
Is this possible? Has it been done?
I tried loading .ckpt files from krrish94/nerf-pytorch implementation but it fails as the state dicts don't match.
The original TF-NeRF implementation and yenchenlin/nerf-pytorch implementation export checkpoints in .npy files not .ckpt.
Which implementation can be used to perform extraction without is_jaxnerf_ckpt flag?
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to project NeRFs created by implementations that are not based on jaxnerf.
Is this possible? Has it been done?
I tried loading .ckpt files from krrish94/nerf-pytorch implementation but it fails as the state dicts don't match.
The original TF-NeRF implementation and yenchenlin/nerf-pytorch implementation export checkpoints in .npy files not .ckpt.
Which implementation can be used to perform extraction without
is_jaxnerf_ckpt
flag?Thanks
The text was updated successfully, but these errors were encountered: