在 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 中的配置设置。有什么建议么?