0

在 Google Colab 上使用 Mesh-R-CNN 演示时: https ://github.com/facebookresearch/meshrcnn

demo.py文件中,我收到此消息

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-24-202aa0a6d1de> in <module>()
     17 
     18 # required so that .register() calls are executed in module scope
---> 19 import meshrcnn.data  # noqa
     20 import meshrcnn.modeling  # noqa
     21 import meshrcnn.utils  # noqa

ModuleNotFoundError: No module named 'meshrcnn.data'

我应该怎么做才能成功导入Meshrcnn.data?!

我也不知道如何使用 repo 中的配置设置。有什么建议么?

4

1 回答 1

0

由于它是 colab,因此在之前导入的 MeshRCNN 中缺少“!cd”

于 2020-09-04T05:16:45.810 回答