Skip to content

Installation instructions appear outdated #5

@LemonWade

Description

@LemonWade

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 default

I run into a number of problems:

  1. Missing files

    • CodeDiffuser/diffusion_policy_code/general_dp/diffusion_policy/__init__.py
    • CodeDiffuser/diffusion_policy_code/general_dp/utils/__init__.py
    • CodeDiffuser/diffusion_policy_code/d3fields_dev/XMem/inference/data/mask_mapper.py
  2. Extra steps for GroundingDINO
    The groundingdino package has to be installed manually from
    CodeDiffuser/diffusion_policy_code/GroundingDINO via

    pip install .
  3. Missing Python dependencies
    PyMCubes, open3d, seaborn, trimesh, opencv‑python, transforms3d, segment‑anything, nlopt, openai, etc.

  4. numpy version pin
    During installation numpy keeps being downgraded or pinned to 1.23.5.

  5. Incomplete environment.yml
    The very last line of CodeDiffuser/environment.yml seems 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions