Is there a way to specify the size of images without modifying setting.json?
yannbouteiller opened this issue · 2 comments
yannbouteiller commented
Hello,
I will definitely not need 320*240 images, and I would like to get smaller ones directly from the simulator. Is this possible in the API without modifying the default .json file that will be used, please?
madratman commented
No, settings.json is the way to go. Is modifying the settings.json file proving to be cumbersome?
If so, you can modify this line and call geneate_settings.py
yannbouteiller commented
No it is fine for me, I was just thinking about how to do this in the competition since I suppose the default settings.json will be used. But I can as well get 240*320 images and resize them.