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

What is val*.npy, where does it come from, and how do you determined the sample size of it? #15

Open
pha123661 opened this issue Nov 27, 2023 · 0 comments

Comments

@pha123661
Copy link

pha123661 commented Nov 27, 2023

Hi,

I wonder where does val_label.npy, val_out.npy, and val.npy came from?
My guess is that they are randomly drawn from the validation split of the seen classes in the val setting.
For example, for NTU 55/5, we also take the 50/5 split in the 55 seen classes for training the gate module, and the val*.npys are taken from the validation split of the 50 seen classes.

I have another question about the size of val*.npys:

  • for NTU 55/5, you take 2000 samples
  • for NTU 48/12, you take 1440 samples
  • for NTU 110/10, you take 3240 samples
  • for NTU 96/24, you take 7200 samples.

I wonder if I could know how do you decide how many samples to take?
Thanks in advance!

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