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

The internal structure of the GTA Combat Dataset #8

Open
arashi-knight opened this issue Jun 28, 2024 · 1 comment
Open

The internal structure of the GTA Combat Dataset #8

arashi-knight opened this issue Jun 28, 2024 · 1 comment

Comments

@arashi-knight
Copy link

Hello, you provided the GTA dataset in .h5 format, but could you offer a more detailed description of the internal structure of the dataset files to facilitate our use of this dataset?

@liangxuy
Copy link
Collaborator

Hi, the topology of the GTA skeleton can be found in gta_adjacency.h5:

import h5py
data = h5py.File('gta_adjacency.h5')
print(data['adjacency'][:])

I also draw a draft of the topology as follows:
WechatIMG25

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