Szy-Young / ActFormer

🔥ActFormer in PyTorch (ICCV 2023)
47 stars 3 forks source link

The internal structure of the GTA Combat Dataset #8

Open arashi-knight opened 1 week ago

arashi-knight commented 1 week ago

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 commented 1 week ago

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