Closed Jiankai-Sun closed 4 years ago
Hello,
Firstly, thanks for your interest in our codebase!
The following error is actually expected behavior:
ERROR:root:Loading building from obj file: /home/developer/CodeSpace/Visual-Navigation-Release/data/LB_WayPtNav_Data/stanford_building_parser_dataset/mesh/area3/41a8012778ff4fc1800a7794bd15d81e.obj ERROR:root:#Meshes: 90
Exception ignored in: <bound method Shape.__del__ of <mp_env.render.swiftshader_renderer.Shape object at 0x7faa3c9a0e10>> Traceback (most recent call last): File "/home/developer/CodeSpace/Visual-Navigation-Release/mp_env/render/swiftshader_renderer.py", line 157, in __del__ File "/home/developer/anaconda3/envs/venv-mpc/lib/python3.6/site-packages/pyassimp/core.py", line 351, in release ImportError: sys.meta_path is None, Python is likely shutting down
We will put a patch on this eventually, but for the moment all these lines are expected to print out when you run the code (we get the same lines printed out on our end as well).
Cheers, Varun
Firstly, thank you for your brilliant work!
Followed your instruction here, we successfully build the environment. When we Run the Tests, the following error occurs, albeit we have checked that the .obj files are intact. We even replaced the provided .obj files with the files download directly from here, the same error is still there.
Do you have any suggestions? Thank you.
Environment: