Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
avani17101 opened this issue Feb 6, 2021 · 1 comment

Comments

@avani17101
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants