sxyu / plenoctree

PlenOctrees: NeRF-SH Training & Conversion
https://alexyu.net/plenoctrees
BSD 2-Clause "Simplified" License
424 stars 78 forks source link

Extraction from vanilla TF-NeRF or pyTorch NeRF #6

Open JoanCharmant opened 3 years ago

JoanCharmant commented 3 years ago

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

zhywanna commented 2 years ago

@JoanCharmant Did you figure out this problem ?