carolineec/EverybodyDanceNow

Can we use multiple subjects for training?

nihaomiao opened this issue · 1 comments

Hi, @carolineec Thanks for sharing your code! But I have some questions about your training dataset AlignedDataset (in the aligned_dataset.py).

It seems that it only allows using one subject for training. In this line of code, one can see that whether we have the next sample depends on the size of the dataset. So I guess that we can only use one subject for one training dataset. Is it correct? If we want to test it on another subject, we need to train the model again?

Thanks for your time!
Best
Haomiao