Logo
Explore Help
Register Sign In
mirrors/mmdeploy
1
0
Fork 0
You've already forked mmdeploy
mirror of https://github.com/open-mmlab/mmdeploy.git synced 2025-01-14 08:09:43 +08:00
Code Issues Projects Releases Wiki Activity
mmdeploy/csrc/codebase/mmrotate/mmrotate.cpp

16 lines
283 B
C++
Raw Normal View History

mmrotate sdk module (#450) * support mmrotate * fix name * windows default link to cudart_static.lib, which is not compatible with static build && python_api * python api * fix ci * fix type & remove unused meta info * fix doxygen, add [out] to @param * fix mmrotate-c-api * refactor naming * refactor naming * fix lint * fix lint * move replace_RResize -> get_preprocess * Update cuda.cmake On windows, make static lib and python api build success. * fix ptr * Use unique ptr to prevent memory leaks * move unique_ptr * remove deleter Co-authored-by: chenxin2 <chenxin2@sensetime.com> Co-authored-by: cx <cx@ubuntu20.04>
2022-05-17 23:37:32 +08:00
// 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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 756ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API