mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
16 lines
248 B
C++
16 lines
248 B
C++
// Copyright (c) OpenMMLab. All rights reserved.
|
|||
|
|||
#include "codebase/mmpose/mmpose.h"
|
|||
|
|||
using namespace std;
|
|||
|
|||
namespace mmdeploy {
|
|||
namespace mmpose {
|
|||
|
|||
REGISTER_CODEBASE(MMPose);
|
|||
|
|||
}
|
|||
|
|||
MMDEPLOY_DEFINE_REGISTRY(mmpose::MMPose);
|
|||
} // namespace mmdeploy
|