yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.37k stars 1.04k forks source link

Problems with models .tar #66

Open jdiazram opened 2 years ago

jdiazram commented 2 years ago

Hi. When I tried to untar the file 200000.tar in a terminal of ubuntu from (lego_test at https://drive.google.com/drive/folders/1jIr8dkvefrQmv737fFm2isiT6tqpbTbv) I receive these bugs:

>tar -xvf 200000.tar 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

How can I resolve this problem, o how can I analyze the training model in deep (layers, weight, etc.)?

Thx

jk4011 commented 2 years ago

https://github.com/yenchenlin/nerf-pytorch/issues/15 This issue can help you.