hbertiche / NeuralClothSim

Other
188 stars 17 forks source link

Pose Database #14

Closed Ribosome-rbx closed 7 months ago

Ribosome-rbx commented 9 months ago

Hi, I'm very interested in this work. It's a very good project. I noticed that, you used AMASS dataset to compare your method with SNUG and PBNS. I have some questions:

  1. Which sequences in AMASS did you use for training? Are you using the same sequences as the answer here?
  2. Did you use all frames in the 52 sequences for training, or just a subset of them? If it's the latter, would you be nice to share the code of data spliter?
  3. How many epoches did you train your model and how long did it take in your case?

Thank you again for the amazing works, and looking for ward to your reply!!!!

hbertiche commented 7 months ago

Thanks for your interest in my work!

I trained with the same data used in SNUG for a fair comparison.

If I recall properly, I trained using all the frames of the training sequences.

Unfortunately, I do not remember how long I trained this for. I do know that complex garments, specially loose garments, will take significantly longer to converge. Nonetheless, given the reduced size of the dataset for these experiments, it should not be a very long training either.

Ribosome-rbx commented 7 months ago

Thanks!