You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: