minosworld / minos

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

By changing the height and width parameters in the code, previously (in previous version 0.5.x) more area of the room was being covered but now a fixed area gets resized instead #143

Open DRAhmadFaraz opened 5 years ago

DRAhmadFaraz commented 5 years ago

By changing the height and width parameters in the code, previously (in previous version 0.5.x) more area of the room was being covered but now a fixed area gets resized instead

my --width 1152 --height 706

my command:

python3 -m minos.tools.pygame_client --dataset mp3d --scene_ids 2t7WUuJeko7 --env_config pointgoal_mp3d_s --height 706 --width 1152

This is picture I get from Minos new version (0.7.x) Now.

minos

But I actually need that below one.. (Not expand) with same ratio of my --width 1152 --height 706 which I get from 0.5.x of minos

ukeyframe00000

angelxuanchang commented 5 years ago

Thanks for trying out the v0.7.x branch and reporting this issue. It should be now fixed. Please delete your old minos/server/node_modules and rerun npm install.

DRAhmadFaraz commented 5 years ago

@angelxuanchang Thanx for replying. I ll try and close this issue.