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