You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any criteria to divide the datasets 'generate' and 'classify'?
According to your paper, you divided the databases into homogeneous and heterogeneous datasets.
Are the 'generate' datasets equivalent to homogeneous and the 'classify' dataset equivalent to heterogeneous?
Then, do the 'generate' dataset mean Xia's datasets and the 'classify' dataset mean Aberman's datasets?
I am wondering if all of Xia's datasets are used in training or are used in both training and testing.
In the mapping network, the unshared layer is not used.
Isn't there any difference in performance even if I add the unshared layer like Stargan v2?
Thanks for your work again.
The text was updated successfully, but these errors were encountered:
The homogeneous dataset (Xia's) is divided into 'generate' and 'classify' datasets, used for training and testing, respectively. There are no criteria to divide them into such two as they were randomly sampled. In this work, the heterogeneous dataset (Aberman's) is used just for testing style transfer into long-term heterogeneous motions.
We observed that the mapping network performed better without branches, which made a small difference with Stargan v2.
Could you tell the file index of Xia's dataset used to each 'generate' and 'classify'?
In my case, for example, kicking motion is not working actively.
I think the cause is imbalanced data when dividing by myself.
I would like to train from the scratch including data preprocessing.
Hi, @soomean
I appreciate your great work.
I have some questions about datasets and network.
Are there any criteria to divide the datasets 'generate' and 'classify'?
According to your paper, you divided the databases into homogeneous and heterogeneous datasets.
Are the 'generate' datasets equivalent to homogeneous and the 'classify' dataset equivalent to heterogeneous?
Then, do the 'generate' dataset mean Xia's datasets and the 'classify' dataset mean Aberman's datasets?
I am wondering if all of Xia's datasets are used in training or are used in both training and testing.
In the mapping network, the unshared layer is not used.
Isn't there any difference in performance even if I add the unshared layer like Stargan v2?
Thanks for your work again.
The text was updated successfully, but these errors were encountered: