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

In mesh.py typo on attribute #71

Closed
Mulugruntz opened this issue Jun 30, 2020 · 0 comments · Fixed by Mulugruntz/3d-photo-inpainting#1 · May be fixed by #72
Closed

In mesh.py typo on attribute #71

Mulugruntz opened this issue Jun 30, 2020 · 0 comments · Fixed by Mulugruntz/3d-photo-inpainting#1 · May be fixed by #72

Comments

@Mulugruntz
Copy link

On line https://github.com/vt-vl-lab/3d-photo-inpainting/blob/e6872a8/mesh.py#L764

mesh.node should be mesh.nodes, so

mesh = refresh_node(single_edge_node, mesh.node[single_edge_node], new_node, dict(), mesh)

should be replaced by

mesh = refresh_node(single_edge_node, mesh.nodes[single_edge_node], new_node, dict(), mesh)
Mulugruntz added a commit to Mulugruntz/3d-photo-inpainting that referenced this issue Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant