mmdeploy/csrc/preprocess/transform
lvhan028 e10a1b7c9e
Add more demos (#305)
* add more examples

* change to restore's output image to BGR

* use BUILD_SHARED_LIBS

* update graph module's cmake

* add condition for spdlog package

* change cmakelists

* update cmakelists

* add device_name in each demo

* remove duplicate cmake function

* use palette to draw segmentation's result

* no need to find_package(pplnn) when use MMDeploy's static libs

* remove MMDeploy_LIBS' dependency on spdlog

* #include <opencv2/imgproc/imgproc.hpp>

* change from mmdeploy_core to mmdeploy::core
2021-12-21 21:32:39 +08:00
..
CMakeLists.txt Add more demos (#305) 2021-12-21 21:32:39 +08:00
collect.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
collect.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
compose.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
compose.h [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
crop.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
crop.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
image2tensor.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
image2tensor.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
load.cpp Refactor tests (#283) 2021-12-17 19:57:37 +08:00
load.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
normalize.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
normalize.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
pad.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
pad.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
resize.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
resize.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00
transform.cpp [SDK] sync changes according to performance benchmarks (#297) 2021-12-16 13:51:22 +08:00
transform.h Merge sdk (#251) 2021-12-07 10:57:55 +08:00