PUGAN-pytorch
PUGAN-pytorch copied to clipboard
Error during test.py: ValueError: could not convert string to float: 'OFF'
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,
Would really appreciate if you point what is going wrong, my data folder has .off type files as given in pugan test dataset.
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.