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

Issues running main.py in mesh_mnist and main.py in dense_correspondence #3

Open
qyzdao opened this issue May 28, 2019 · 1 comment

Comments

@qyzdao
Copy link

qyzdao commented May 28, 2019

In line 104 of main.py in mesh_mnist:
Di.append(samples[ind]['Di'])
It has errors as KeyError. But I couldn't understand where is 'Di' in samples which are training dataset.

In line 255~259 of main.py in dense_correspondence. It also has errors as log doesn't exist. I wonder how can I run the code without existing log files?

@jiangzhongshi
Copy link
Owner

Hi, Di is the Dirac operator, which is supposed to be included in the dataset, and can be generated from https://github.com/jiangzhongshi/SurfaceNetworks/blob/master/src/utils/mesh.py#L35

for dense_correspondence, it should create a new log if not exists (the open(file, 'a') flag), can you check what's the filename?

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