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
Hello, thank you very much for your work.
I am currently trying to train on my custom Robomimic dataset using DPPO.
While using process_robomimic_dataset.py to convert the raw Robomimic data, I noticed that the script does not handle the images in the demos.
I looked at the train.npz for the lift-img task provided in the README, which contains the images key.
Is there any functions in the source code for processing the raw demo images, or I need to implement this functionality myself??
The text was updated successfully, but these errors were encountered:
Hello, thank you very much for your work.
I am currently trying to train on my custom
Robomimic
dataset usingDPPO
.While using
process_robomimic_dataset.py
to convert the rawRobomimic
data, I noticed that the script does not handle theimages
in the demos.I looked at the
train.npz
for thelift-img
task provided in theREADME
, which contains theimages
key.Is there any functions in the source code for processing the raw demo
images
, or I need to implement this functionality myself??The text was updated successfully, but these errors were encountered: