Skip to content

Issues with installation: No module named 'dust3r' #52

@Arborle

Description

@Arborle

Hi, I’m using a MacBook Pro M2 Max with macOS 15.2 Dev Beta.

After creating a Miniconda environment with Python 3.9, I was able to clone the repo and run the following commands as described in the README:

pip3 install -r requirements.txt --index-url https://download.pytorch.org/whl/cu121
pip3 install git+https://github.com/facebookresearch/pytorch3d@stable
pip3 install git+https://github.com/NVlabs/nvdiffrast

I didn’t encounter any errors and successfully downloaded the pretrained models. However, when I try to run the build with:

python3 main.py
--text_prompt "a lovely rabbit"
--save_folder ./outputs/test/
--max_faces_num 90000
--do_texture_mapping
--do_render

I get an error stating that the module dust3r cannot be found. I did find a file named dust3r_utils.py in the third-party subdirectory.

Has anyone experienced this issue, or does anyone have an idea how to resolve it?

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions