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?
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