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

AudioNav dataset not found #130

Open
EntyccE opened this issue Oct 18, 2023 · 2 comments
Open

AudioNav dataset not found #130

EntyccE opened this issue Oct 18, 2023 · 2 comments

Comments

@EntyccE
Copy link

EntyccE commented Oct 18, 2023

I followed the install instruction and I encounter the issue that AudioNav dataset is not found. I didn't find the solution. Where should I download it? Thanks!
Detailed Message:

2023-10-18 17:54:35,435 Initializing dataset AudioNav
Traceback (most recent call last):
  File "/ceph/home/zhanghaotian/multi-modal-mas/sound-spaces/scripts/interactive_demo.py", line 244, in <module>
    main()
  File "/ceph/home/zhanghaotian/multi-modal-mas/sound-spaces/scripts/interactive_demo.py", line 233, in main
    dataset = make_dataset(id_dataset=config.TASK_CONFIG.DATASET.TYPE, config=config.TASK_CONFIG.DATASET)
  File "/ceph/home/zhanghaotian/multi-modal-mas/habitat-lab/habitat/datasets/registration.py", line 21, in make_dataset
    return _dataset(**kwargs)  # type: ignore
  File "/ceph/home/zhanghaotian/multi-modal-mas/sound-spaces/soundspaces/datasets/audionav_dataset.py", line 86, in __init__
    with gzip.open(datasetfile_path, "rt") as f:
  File "/ceph/home/zhanghaotian/anaconda3/envs/ss/lib/python3.9/gzip.py", line 58, in open
    binary_file = GzipFile(filename, gz_mode, compresslevel)
  File "/ceph/home/zhanghaotian/anaconda3/envs/ss/lib/python3.9/gzip.py", line 173, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'data/datasets/audionav/mp3d/v1/val_telephone/val_telephone.json.gz'
@ChanganVR
Copy link
Contributor

you can download the dataset here: https://github.com/facebookresearch/sound-spaces/tree/main/soundspaces

@YYDreamzure
Copy link

@ChanganVR I have downloaded the datasets, metadata, pretrained_weights and sounds. However, the scene_datasets and scene_observations are not available for download. I have emailed in and submitted the Term of Use a long while ago but no one got back to me after that. I wonder how may I get the dataset or use the pretrained_weights to recreate the audionav video?

Thank you in advance!

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

3 participants