gulvarol / surreal

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

How to generate dataset with camera view from top? #62

Closed mnauf closed 2 years ago

mnauf commented 2 years ago

I want to generate the same dataset with different camera elevations (height). Where do I need to make changes?

gulvarol commented 2 years ago

Please have a look at my other repository which is cleaner:

https://github.com/gulvarol/surreact/blob/73a1851b01dffb79d5b1d7afa08a6bfe91646954/datageneration/utils/blenderutils.py#L7

Setting --cam_height is sufficient: https://github.com/gulvarol/surreact/blob/73a1851b01dffb79d5b1d7afa08a6bfe91646954/datageneration/utils/argutils.py#L24

You can check this issue as well:

https://github.com/gulvarol/surreact/issues/1