-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there,
When I try to run the following command
python diffusion_policy_code/sapien_env/sapien_env/teleop/pack_battery.py \
--start_idx 0 \
--end_idx 10 \
--dataset_dir /data/tiga/work/CodeDiffuser/dataset \
--resolution middle \
--view defaultI run into a number of problems:
-
Missing files
CodeDiffuser/diffusion_policy_code/general_dp/diffusion_policy/__init__.pyCodeDiffuser/diffusion_policy_code/general_dp/utils/__init__.pyCodeDiffuser/diffusion_policy_code/d3fields_dev/XMem/inference/data/mask_mapper.py
-
Extra steps for GroundingDINO
Thegroundingdinopackage has to be installed manually from
CodeDiffuser/diffusion_policy_code/GroundingDINOviapip install . -
Missing Python dependencies
PyMCubes,open3d,seaborn,trimesh,opencv‑python,transforms3d,segment‑anything,nlopt,openai, etc. -
numpyversion pin
During installationnumpykeeps being downgraded or pinned to1.23.5. -
Incomplete
environment.yml
The very last line ofCodeDiffuser/environment.ymlseems to be truncated or missing.
It looks like the Install section of the README is no longer in sync with the current codebase. Could you update the instructions (and possibly the requirements) so that others can reproduce your results more easily?
Thanks in advance!