// Copyright (c) OpenMMLab. All rights reserved. #include "codebase/mmdet/mmdet.h" namespace mmdeploy { namespace mmdet { REGISTER_CODEBASE(MMDetection); } MMDEPLOY_DEFINE_REGISTRY(mmdet::MMDetection); } // namespace mmdeploy