AaltoML / GP-MVS

Multi-View Stereo by Temporal Nonparametric Fusion
https://aaltoml.github.io/GP-MVS/
MIT License
59 stars 6 forks source link

Extracting/unzipping the pretrained encoder, decoder and gp models fails #1

Closed pete-machine closed 4 years ago

pete-machine commented 4 years ago

Thank you for paper and the provided code. Very interesting work.

The pretrained models throws an error when I try to unzip them.

Something like "..gp_model_best.pth.tar" Can not open the file as a [tar] achive Is not archive

I tried this in both windows (7-zip and winzip) and ubuntu (tar -xvf gp_model_best.pth.tar)

Are the files corrupted or somehow zipped in a weird way?

pete-machine commented 4 years ago

That was a stupid question. I now realize that pytorch stores and load files as pth.tar

JinraeKim commented 2 years ago

This actually helped me haha I was also stupid