文件“BundleSDF-master/bundlesdf.py”,行ModuleNotFoundError:没有名为“my_cpp”的模块

问题描述 投票:0回答:1
Appeared when running the command python run_ho3d.py --video_dirs /home/huangcheng/hou/BundleSDF/BundleSDF-master/HO3D_v3/evaluation/MPM10 --out_dir /home/huangcheng/hou/BundleSDF/BundleSDF-master/ho3d_our
Traceback (most recent call last):
  File "run_ho3d.py", line 10, in <module>
    from bundlesdf import *
  File "/home/huangcheng/hou/BundleSDF/BundleSDF-master/bundlesdf.py", line 15, in <module>
    import my_cpp
ModuleNotFoundError: No module named 'my_cpp'

希望有人能帮忙

python bundle
1个回答
0
投票

您需要运行脚本 build.sh : bash build.sh

© www.soinside.com 2019 - 2024. All rights reserved.