PUGAN-pytorch icon indicating copy to clipboard operation
PUGAN-pytorch copied to clipboard

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

Open avani17101 opened this issue 4 years ago • 1 comments

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.

avani17101 avatar Feb 06 '21 10:02 avani17101

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.

HaolinLiu97 avatar Feb 25 '21 07:02 HaolinLiu97