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

[Bug: eval_vae_chair.sh] Reconstructed models have all node_id=0 #17

Open
GregorKobsik opened this issue Mar 28, 2023 · 0 comments
Open

Comments

@GregorKobsik
Copy link

GregorKobsik commented Mar 28, 2023

After running the script code\scripts\eval_vae_chair.sh I managed to encode and decode some shapes.
Unfortunately, all reconstructed models recon.json have the parameter "id" set always to 0.

Upon inspecting the code and the model (used model: model_structure_net_mesh.py), I could find, that the parameter node_id from Tree.Node(...) is never set, when reconstructing a shape, thus per default always a 0.

Therefore the visualization script is unable to visualize the reconstructed structure.

Is this correct or a bug in the code which can be easily fixed?

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

1 participant