uzh-rpg / rpg_esim

ESIM: an Open Event Camera Simulator
MIT License
580 stars 124 forks source link

is it possible to simulate multiple images at the same time ? #40

Open wl082013 opened 5 years ago

wl082013 commented 5 years ago

Hi, I just tried the simulator and it is nice. but I am wondering whether it is possible to automatically read image folder (multiple images)? Changing the image path command in the config to read single image is really cumbersome. Thank you so much for your help.

supitalp commented 5 years ago

Hello, This is currently not possible. However, writing a script to automate the task is not too difficult. Attached is an example script that shows how to do that. The script generates planar datasets similar to the ones in this paper: http://rpg.ifi.uzh.ch/docs/arXiv19_Rebecq.pdf .

Example script: generate_synthetic_planar_dataset.zip

qwn19970728 commented 4 years ago

Hello, have you got the right script? Thank you!