mmdeploy/csrc/core
Yue Zhou 9411fe0466
Add nms_rotated ort op (#312)
* fix pose demo and windows build (#307)

* init

* Update nms_rotated.cpp

* add postprocessing_masks gpu version (#276)

* add postprocessing_masks gpu version

* default device cpu

* pre-commit fix

Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt>

* fixed a bug causes text-recognizer to fail when (non-NULL) empty bboxes list is passed (#310)

* [Fix] include missing <type_traits> for formatter.h (#313)

* fix formatter

* relax GCC version requirement

* fix

* fix lint

* fix lint

* [Fix] MMEditing cannot save results when testing (#336)

* fix show

* lint

* remove redundant codes

* resolve comment

* type hint

* docs(build): fix typo (#352)

* docs(build): add missing build option

* docs(build): add onnx install

* style(doc): trim whitespace

* docs(build): revert install onnx

* docs(build): add ncnn LD_LIBRARY_PATH

* docs(build): fix path error

* fix openvino export tmp model, add binary flag (#353)

* init circleci (#348)

* fix wrong input mat type (#362)

* fix wrong input mat type

* fix lint

* fix(docs): remove redundant doc tree (#360)

* fix missing ncnn_DIR & InferenceEngine_DIR (#364)

* update doc

Co-authored-by: Chen Xin <xinchen.tju@gmail.com>
Co-authored-by: Shengxi Li <982783556@qq.com>
Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt>
Co-authored-by: lzhangzz <lzhang329@gmail.com>
Co-authored-by: Yifan Zhou <singlezombie@163.com>
Co-authored-by: tpoisonooo <khj.application@aliyun.com>
Co-authored-by: lvhan028 <lvhan_028@163.com>
2022-04-18 17:14:47 +08:00
..
mpl Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00
utils Add nms_rotated ort op (#312) 2022-04-18 17:14:47 +08:00
CMakeLists.txt Ncnn demo sdk (#164) 2022-03-25 23:28:16 +08:00
archive.h [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
device.h [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
device_impl.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
device_impl.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
graph.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
graph.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
logger.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
logger.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
macro.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
mat.cpp Merge sdk (#251) 2021-12-07 10:57:55 +08:00
mat.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
model.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
model.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
model_impl.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
module.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
module.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
net.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
net.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
operator.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
operator.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
registry.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
registry.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
serialization.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
status_code.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
status_code.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
tensor.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
tensor.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
types.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
value.h Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00