You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to obtain a dataset with images from another camera pov by replaying the provided playdata/demo.hdf5 dataset through dataset_states_to_obs.py. According to information from the robosuite documentation, I should be able to do this by modifying the agentview camera params in _setup_camera() in LIBERO/libero/libero/envs/problems/libero_kitchen_tabletop_manipulation.py. It doesn't seem to work as the camera view stays the same when I visualize the converted dataset with playback_robomimic_dataset.py. However, after I modified the said function, the rollout videos saved while training the low-level policy do follow the new camera configurations.
Does anyone have more insight into this or tried to do so themselves? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, I am trying to obtain a dataset with images from another camera pov by replaying the provided
playdata/demo.hdf5
dataset throughdataset_states_to_obs.py
. According to information from the robosuite documentation, I should be able to do this by modifying theagentview
camera params in_setup_camera()
inLIBERO/libero/libero/envs/problems/libero_kitchen_tabletop_manipulation.py
. It doesn't seem to work as the camera view stays the same when I visualize the converted dataset withplayback_robomimic_dataset.py
. However, after I modified the said function, the rollout videos saved while training the low-level policy do follow the new camera configurations.Does anyone have more insight into this or tried to do so themselves? Thanks a lot!
The text was updated successfully, but these errors were encountered: