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
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?
The text was updated successfully, but these errors were encountered:
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 parameternode_id
fromTree.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?
The text was updated successfully, but these errors were encountered: