NVlabs / nvblox_torch

nvblox Torch
Other
29 stars 4 forks source link

fix the problem of importing packages in "run_mapper.py" #9

Closed zhanghua7099 closed 2 months ago

zhanghua7099 commented 5 months ago

Hi! The current examples that need to run python examples/run_mapper.py have problems when importing packages.

Traceback (most recent call last):
  File "/pkgs/nvblox_torch/examples/run_mapper.py", line 15, in <module>
    import examples.demo_utils as demo_utils
ModuleNotFoundError: No module named 'examples.demo_utils'

It will be better to change the path of run_mapper.py or fix the bugs.