HaolinLiu97 / PUGAN-pytorch

Pytorch unofficial implementation of PUGAN (a Point Cloud Upsampling Adversarial Network, ICCV, 2019)
78 stars 16 forks source link

Error during test.py: ValueError: could not convert string to float: 'OFF' #12

Open avani17101 opened 3 years ago

avani17101 commented 3 years ago

On running python test.py --exp_name=pugan --gpu=0 --resume ../checkpoints/pugan/G_iter_99.pth on test dataset of PUGAN I get the following error, Screenshot from 2021-02-06 15-42-18 Would really appreciate if you point what is going wrong, my data folder has .off type files as given in pugan test dataset.

HaolinLiu97 commented 3 years ago

I have checked my test dataset. The test data is of .xyz format. If you stick to the .off type format, which is a mesh file, you should use some other external library to load it or decode it by your own.