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

Descriptions about data in partnet_mobility_graph_v4 #1

Open
MayuOshima opened this issue Dec 25, 2023 · 0 comments
Open

Descriptions about data in partnet_mobility_graph_v4 #1

MayuOshima opened this issue Dec 25, 2023 · 0 comments

Comments

@MayuOshima
Copy link

Hello, thanks for your excellent work!

When I load data(xxx.npz) from partnet_mobility_graph_v4, it seems it stores information about the node in data['V'] and the edge in data['E']. Then I print data['V'] and data['E'], and there are some keys.
For example, 'bbox_L' in data['V'] may mean the lengths of the bounding box.
But there are other keys I do not understand what they stand for.
For example, ['e0', 'e1'] in 'E', and ['src_name', 'dst_name', 'axis', 'T_src_j1', 'T_j2_dst', 'src_ind', 'dst_ind', 'plucker', 'T0'] in data['E']['e0'].

So can you update a document to describe what each key means for .npz data in partnet_mobility_graph_v4?

Thank you :)

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