PaddlePaddle / Paddle3D

A 3D computer vision development toolkit based on PaddlePaddle. It supports point-cloud object detection, segmentation, and monocular 3D object detection models.
Apache License 2.0
573 stars 141 forks source link

加载模型 RuntimeError: The specified component was not found #394

Closed Ywenjun123 closed 9 months ago

Ywenjun123 commented 1 year ago

训练时写在paddle3d文件写的模型注册后,加载不到。 自己写的测试脚本可以加载到。

will-jl944 commented 10 months ago

请确认有在对应的__init__.py文件中import你自定义的模块,例如在paddle3d/mdoels/detection下自定义了模块并且使用manager.xxx.add_component注册后,需要在paddle3d/mdoels/detection/__init__.py中进行import。

如果问题仍未解决,请提供代码便于我们帮助你定位问题。