allenai / Holodeck

CVPR 2024: Language Guided Generation of 3D Embodied AI Environments.
https://yueyang1996.github.io/holodeck
Apache License 2.0
304 stars 25 forks source link

No module named objathor.dataset.download_holodeck_metadata #38

Closed basteran closed 1 month ago

basteran commented 1 month ago

Hi,

I have installed your previous version and all was working just fine.. Now I see you added new stuff and I wanted to try it out but I can't even install the dependencies of objathor. When I send the command:

python -m objathor.dataset.download_holodeck_metadata --version 2023_09_23

This is my output:

/home/user/anaconda3/envs/holodeck/bin/python: No module named objathor.dataset.download_holodeck_metadata

The other 3 commands from the README.md work just fine. What am I doing wrong?

YueYANG1996 commented 1 month ago

@Lucaweihs Could you help with this?

Lucaweihs commented 1 month ago

Hi @basteran , thanks for the bug report!

The objathor API has changed, the correct command is now:

python -m objathor.dataset.download_holodeck_base_data --version 2023_09_23

I've updated the README to reflect this.

Let me know if you run into any other problems.

basteran commented 1 month ago

Looks like it worked! Thanks