gulvarol / surreal

Learning from Synthetic Humans, CVPR 2017
http://www.di.ens.fr/willow/research/surreal
Other
587 stars 107 forks source link

Non-overlapping data #32

Closed sebftw closed 5 years ago

sebftw commented 5 years ago

Is the pose parameters for the sequences with no overlapping frames available?

I tried to work around this by making my own algorithm to detect overlaps and then cut and splice the clips into non-overlapping sequences. Running that on run1 of the test and training data I found 2666 non-overlapping sequences (703 in test, 1963 train), does that seem about right?

sebftw commented 5 years ago

Ah sorry, looking through the paper I see there are indeed 703 sequences in the test set.

gulvarol commented 5 years ago

Do you mean MoCap sequences or SURREAL sequences? The pose parameters for the non-overlapping MoCap sequences are found in smpl_data.npz file. All synthetic videos are rendered with overlapping windows.

sebftw commented 5 years ago

@gulvarol I see. That was just what I needed. Thanks!