kenziyuliu / MS-G3D

[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
https://arxiv.org/abs/2003.14111
MIT License
430 stars 96 forks source link

Problem in splitting actions classes #29

Closed najamsaleem closed 3 years ago

najamsaleem commented 3 years ago

Hi, I want to split this ntu rgb d 120 dataset into traininv and testing set based on action classess. I need to split 100 action classes for training and 20 action classes for testing set.

I am trying to edit the datagen120.py code But it seems like model 2s-AGCN is showing error when i am training with 100 classes. And code is working fine with if i write 120 classes in configuration file, but actually i splitted the data with 100 classes. I think i am not correctly splitting the data.

Error is at loss.backward() Runtime: CUDA error: CUBLAS status aloc failed when calling 'cublascreate(handle)'

Can you provide me the function that how i can split the data based on desired classes but not based on xsub or xview.

kenziyuliu commented 3 years ago

Hi @najamsaleem,

Thanks for your interest! Some pointers:

Hope this helps!

kenziyuliu commented 3 years ago

Closing the issue for now; feel free to comment below for more questions.