gulvarol / surreal

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

How generate own synthetic data #33

Closed GianMassimiani closed 3 years ago

GianMassimiani commented 5 years ago

I am trying to generate my own synthetic data, using different background images, different camera focal length and mean distance. I followed the instructions on the README, however I don’t fully understand how to generate a large set of video clips. By running run.sh only one clip is generated. How can I generate many clips as in your dataset? Thanks

gulvarol commented 5 years ago

It depends on your platform. I provided some scripts here to give an idea for the jobs I launched. I parallelized them on a CPU cluster. The specifics of each cluster is different, so you would need to figure that out.

GianMassimiani commented 5 years ago

Thanks for the reply. Basically, if I understand correctly, I could just read line by line the job_list.txt file, then setting set the JOB_PARAMS variable inrun.sh to that line, and run the script to generate a new video clip?

gulvarol commented 5 years ago

Yes, you can do that.