XPengZhao / NeRF2

NeRF2: Neural Radio-Frequency Radiance Fields
https://xpengzhao.github.io/NeRF2/
MIT License
102 stars 12 forks source link

Can't load s23-ckpts.tar #6

Closed chrisVat closed 8 months ago

chrisVat commented 8 months ago

Upon extracting s23-ckpts.tar, it becomes a folder with a number containing data.pkl, data/ and version. How do I load this as a model? Attempting to load with pkl natively fails, both when using the standard pkl.load function and writing some custom persistent loading methods.

chrisVat commented 8 months ago

Same applies for all other ckpts tar files. Unclear how to get the model from these files.

XPengZhao commented 8 months ago

You do not need to extract s23-ckpts.tar. Just directly place the pretrained model in the ckpts folder.

chrisVat commented 8 months ago

thanks!