我想用工具链提供的config方法和hat工具包用QAT量化yolov5,我在hat/models/structures/detectors下模仿yolov3新建yolov5类,且在init中import了。在config中使用时显示YOLOV5 has not registered in any of registry ['HAT_OBJECT_REGISTRY'] and is not a class, which is not allowed。为了排除我yolov5类写法上的错误,我将yolov3的类复制了一遍,仅把名字换成yolov5,但还是无法注册。我在hat/models下的其他文件夹注册的类,如loss等均可以,只有detectors下这处不行,请问是什么原因?

