mmdeploy/csrc/codebase/mmocr
lzhangzz 567ec62296
[Fix] Fix recent build problems (#544)
* simplify deps management

* skip visibility flags for MSVC

* simplify cuda deps

* naming

* workaround for cmake<3.17

* add spdlog dependency

* move the enablement of CUDA to top level CMakeLists.txt

* fix MSVC build

* fix lint

* fix build for backend ops only

* remove comment

* allow to use apis/python as a standalone project

* remove redundant cmake code

* control shared or static lib using `MMDEPLOY_SHARED_LIBS` instead of `BUILD_SHARED_LIBS`

* fix MSVC build

* update docs
2022-06-06 11:19:34 +08:00
..
cpu [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
cuda [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
CMakeLists.txt [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
contour_expand.cpp [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
crnn.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
dbnet.cpp [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
dbnet.h [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
mmocr.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
mmocr.h [Feature] New pipeline & executor for SDK (#497) 2022-06-01 14:10:43 +08:00
panet.cpp [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
panet.h [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
pixel_group.cpp [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
psenet.cpp [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
psenet.h [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
resize_ocr.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
warp.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00