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