Open iyeon915 opened 1 year ago
Hi @iyeon915 sorry for the late reply. To debug this, I think the first step is to make sure that the installation is correct and that you can modify the acoustics attributes for existing supported datasets. As mentioned in the other issue (we're still investigating why the materials do not work for HM3D), the material customization should work for MP3D and Gibson. And for example, if you change the coefficients for these environments, you should see the behavior changes accordingly.
Once it works, you can modify your mesh and semantic file accordingly to be close to the format of them in order to be loaded and used by SS 2.
Hi, @ChanganVR , I would like to seek further clarification regarding the utilization of my custom mesh in SS 2.0. I have created a quite simple mesh using the code below and generated a JSON file containing semantic labels for the mesh, such as 'floor' and 'ceiling'.
Nevertheless, it appears that these semantic labels are not functioning as expected. Despite SS being able to simulate RIRs, the absorption properties of the acoustic materials do not seem to be worked. I have modified the absorption coefficients of the acoustic materials corresponding to the semantic labels 'floor', 'ceiling', and 'wall' to 0.99 to test their functionality, but without success.
I would be grateful if you could provide guidance on the following questions: 1) How can I incorporate acoustic properties into my custom mesh?
2) Could you kindly explain the purpose of the JSON file in the mp3d data (17DRP5sb8fy)? It includes .house, _semantic.ply, and .navmesh files. To my knowledge, the PLY format does not support semantic information. I am interested in understanding the roles of .house and _semantic.ply files and the procedure for assigning semantic label information to my custom GLB mesh file.
3) Is there any example format of JSON to assign semantic information to my custom and simple GLB mesh?
Thank you for your time and assistance. I look forward to your insights on this matter.
p.s. I kindly request your understanding, as my primary expertise is in acoustics and audio, and I am fairly new to mesh-related concepts and formats. Any guidance or resources you could provide would be greatly appreciated.