Giter Site home page Giter Site logo

Comments (9)

IFICL avatar IFICL commented on August 22, 2024

Hi. Would you mind describing the issues in details? As what I can see from the error, it is about Habitat-Sim and Soundspace 2.0. Can you check if you are able to run the mini example from Soundspace 2.0 and make sure the scene data with semantic annotations are available?

from slfm.

qiu-xiaoqi avatar qiu-xiaoqi commented on August 22, 2024

from slfm.

IFICL avatar IFICL commented on August 22, 2024

Hi,the problem like this: Traceback (most recent call last):   File "generate_audiosfm.py", line 249, in <module>     main()   File "generate_audiosfm.py", line 241, in main     run(args, scene_id, settings)   File "generate_audiosfm.py", line 185, in run     camera_sets = sample_rotated_camera_set_with_n_view(args, scene_id, settings)   File "/root/SLfM/Dataset/AI-Habitat/util/camera_pair.py", line 168, in sample_rotated_camera_set_with_n_view     sim = habitat_sim.Simulator(cfg)   File "<attrs generated init habitat_sim.simulator.Simulator>", line 11, in init   File "/root/miniconda3/lib/python3.8/site-packages/habitat_sim/simulator.py", line 118, in attrs_post_init     self.__set_from_config(self.config)   File "/root/miniconda3/lib/python3.8/site-packages/habitat_sim/simulator.py", line 269, in __set_from_config     self._config_backend(config)   File "/root/miniconda3/lib/python3.8/site-packages/habitat_sim/simulator.py", line 200, in _config_backend     super().init(config.sim_cfg, config.metadata_mediator) AssertionError: ESP_CHECK failed: Missing (at least) one of scene dataset attributes, stage attributes, or dataset scene attributes for scene '/root/sounes/data/scene_datasets/data/versioned_data/hm3d-1.0/hm3d/train/00016-qk9eeNeR4vw/qk9eeNeR4vw.basis.glb'.  Likely an invalid scene name. I have never try to run the mini example from Soundspace 2.0, I will try.Thank you a lot   ※小李飞刀※ @.***  

As I can tell, this should be the problem of seting up the scene dataset, habitat-smi and soundspace, please refer their repo for detail solution.

from slfm.

qiu-xiaoqi avatar qiu-xiaoqi commented on August 22, 2024

from slfm.

IFICL avatar IFICL commented on August 22, 2024

Hi, I ran the code:python examples/minimal_example.py and no error occurred, but after I ran the multi-preprocess, got the same error. The error seems looks like I didn't have the file /.basis.glb, but I have the file 'hm3d_annotated_basis.scene_dataset_config.json'. Whether the /.basis.glb file will be generated after running multi-preprocess

For debugging, you can copy the command out to do a single processing debug. For your question, /*.basis.glb file will not be generated after running multi-preprocess. It should be existed. Make sure you download the HM3D semantic dataset in a right way.

from slfm.

qiu-xiaoqi avatar qiu-xiaoqi commented on August 22, 2024

This is my code to download the HM3D
python -m habitat_sim.utils.datasets_download --username --password --uids hm3d_semantics
and after I downloaded, there is no /.basis.glb, only have the /.semantic.glb and /*.semantic.txt, what should be the uids

from slfm.

IFICL avatar IFICL commented on August 22, 2024

This is my code to download the HM3D python -m habitat_sim.utils.datasets_download --username --password --uids hm3d_semantics and after I downloaded, there is no /.basis.glb, only have the /.semantic.glb and /*.semantic.txt, what should be the uids

You only download the semantic labels for HM3D while it doesn't download any original meshes for HM3D. An entire scene should be contained as shown in the screenshots below.
image

Please check the HM3D dataset and codes carefully.

from slfm.

qiu-xiaoqi avatar qiu-xiaoqi commented on August 22, 2024

Thank you,now I am downloading the hm3d_train_full

from slfm.

IFICL avatar IFICL commented on August 22, 2024

Solved

from slfm.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.