Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load 'google_drive_lists_ids' when running download_and_unzip.py #1

Open
Laplace-Y opened this issue Nov 23, 2024 · 1 comment

Comments

@Laplace-Y
Copy link

Hi,

I am encountering the following warning and error when running the command:
python examples/download_mvl_data/download_and_unzip.py

The output is as follows:

/home/laplace/miniconda3/envs/mv_datasets/lib/python3.9/site-packages/hydra/_internal/config_loader_impl.py:216: UserWarning: provider=hydra.searchpath in main, path=/home/laplace/miniconda3/envs/mv_datasets/lib/python3.9/site-packages/multiview_datasets/config is not available.
warnings.warn(
In 'cfg': Could not load 'google_drive_lists_ids'.

Config search path:
provider=hydra, path=pkg://hydra.conf
provider=main, path=file:///home/laplace/multiview-datasets/examples/download_mvl_data
provider=hydra.searchpath in main, path=file:///home/laplace/miniconda3/envs/mv_datasets/lib/python3.9/site-packages/multiview_datasets/config
provider=schema, path=structured://

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
It seems that the google_drive_lists_ids file cannot be loaded, and the search path does not include the required configuration. Could you please guide me on how to resolve this issue or if there's a missing setup step?

Thank you for your assistance!

@EnriqueSolarte
Copy link
Owner

Hi,

I'm sorry about this problem. We had some issues with our Google account, so we had to migrate to another host. The datasets you want to download are hosted in (Huggingface 🤗)](https://huggingface.co/datasets/EnriqueSolarte/mvl_datasets). For more information, you can also see multi-view datasets pkg (A new version from this REPO - v1.0.24.11.24).

To summarize, you can do the following:

# Install huggingface CLI 
pip install -U "huggingface_hub[cli]"

# Login to your account
huggingface-cli login

# Login to your account
huggingface-cli whoami

# To download and save the dataset in DIR_DATASET
python examples/download_mvl_data/mvl_datasets.py dir_mvl_dataset=${DIR_DATASET}

# To download mp3d_fpe_mvl, hm3d_mvl, or zind_mvl 
python examples/download_mvl_data/mvl_datasets.py dir_mvl_dataset=${DIR_DATASET} dataset=${DATASET_NAME}

# To use the default OmegaConfig in the examples/download_mvl_data/cfg.yaml 
python examples/download_mvl_data/mvl_datasets.py

# To visualize and check the data
python examples/visualizations/vis_2d_boundaries.py dir_datasets=${DIR_DATASET}
python examples/visualizations/vis_3d_boundaries.py dir_datasets=${DIR_DATASET}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants