Closed arjung128 closed 2 years ago
We recently sent out this msg to all the participants:
Due to unforeseen circumstances surrounding the availability of the HM3D-Semantic v0.1 dataset we have decided to extend the challenge deadline, tentatively by three months. We realize many participants are impacted by this and apologize for the disruption. We will follow up with a more exact updated challenge timeline soon. In the meantime, the Test Standard phase leaderboard continues to be open and you are welcome to report results from it in your papers. To not disadvantage anyone who has already submitted, we will reset the Test Challenge leaderboard submission count. We plan to provide an update about the challenge at the CVPR 2022 Embodied AI workshop, and to announce challenge results at the upcoming NeurIPS 2022 conference.
Apologies for the inconvenience.
@arjung128 The HM3D-Semantic data is available for downloading again.
Hi, I've been having trouble downloading the semantic annotations. I am using:
python -m habitat_sim.utils.datasets_download --username [username] --password [password] --uids hm3d_val --data-path data
I also just re-installed the
challenge-2022
versions of both habitat-sim and habitat-lab as instructed (v0.2.1 for both). This gives me the following error:It seems to go away when I install habitat-sim with
conda install habitat-sim withbullet headless -c conda-forge -c aihabitat
. But with this workaround, the semantic annotations don't seem to get downloaded:habitat-challenge/data/scene_datasets/hm3d/val/00800-TEEsavR23oF
andhabitat-challenge/data/versioned_data/hm3d-1.0/hm3d/val/00800-TEEsavR23oF
do not contain the semantic annotations (they only containTEEsavR23oF.basis.glb
andTEEsavR23oF.basis.navmesh
).Additionally, I am unable to use
--uids hm3d_semantics
or--uids hm3d_semantics_minival
, which results in the following error:Data download failed, no datasource named hm3d_semantics
.Any ideas what I might be doing wrong? Thanks!