liuzwin98 / DSCMT

Code release for "Dual-stream cross-modality fusion transformer for RGB-D action recognition" (Knowledge-Based Systems, 2022)
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

About the Validation Sets #7

Closed 24012401 closed 4 months ago

24012401 commented 4 months ago

I would like to ask you, author, about how you assign the validation set? I didn't find anything about it in your code. If it's something I didn't find, could you please tell me about the part of your code about validation set assignment. Or could you please tell me how I can set the validation set? Also, since the dataset of NTU120 is so big, I want to train only a representative part of it, if you know which part of the data is representative, please do not hesitate to tell me. Thank you very much for your help!

liuzwin98 commented 4 months ago

Following the dataset's evaluation protocols, I have only split it into training and testing subsets using the scripts in the toolsfolder. Please refer to the "NTU 120" paper for more details. If you don't want to use the entire dataset, you might consider trying the "NTU 60" dataset.

24012401 commented 4 months ago

Ok then, thanks for the reply!