minosworld / minos

MINOS: Multimodal Indoor Simulator
MIT License
201 stars 33 forks source link

how to remove jerks from video saved of minos simulator. (relation between keystroke and the motion?) #64

Open hasifast opened 6 years ago

hasifast commented 6 years ago

I want to generate the smooth video similar to the one given in demo video of MINOS. The one i have generated on my system shows visible jerks when i move the position. link: https://youtu.be/62WavHqotV4

Is there a way i can increase fps or can i decrease the angle it moves while changing scene (relation between keystroke and the motion) so that i get a smooth video?

msavva commented 6 years ago

The demo video was generated using the parameters in agent_firstperson.yml. You can use these parameters by setting agent_config: 'agent_firstperson' in the config file or calling with --agent_config agent_firstperson from the command line.