Deep learning 使用Colab和Pytorch3D的Mesh-R-CNN数据

Deep learning 使用Colab和Pytorch3D的Mesh-R-CNN数据,deep-learning,pytorch,google-colaboratory,pytorch3d,Deep Learning,Pytorch,Google Colaboratory,Pytorch3d,在Google Colab上使用Mesh-R-CNN演示时: 在demo.py文件中,我收到了这条消息 ModuleNotFoundError Traceback (most recent call last) <ipython-input-24-202aa0a6d1de> in <module>() 17 18 # required so that .register() calls are execu

在Google Colab上使用Mesh-R-CNN演示时:

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'
ModuleNotFoundError回溯(最近一次调用)
在()
17
18#必需,以便在模块范围内执行.register()调用
--->19导入meshrcnn.data#noqa
20导入meshrcnn.modeling#noqa
21进口meshrcnn.utils#noqa
ModuleNotFoundError:没有名为“meshrcnn.data”的模块
要成功导入Meshrcnn.data,我应该怎么做


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

因为是colab,所以上次导入MeshRCNN时缺少“!cd”