mmdeploy/csrc/mmdeploy/operation/cpu
Chen Xin 1f56eea807 [Feature] Support feature map output for mmsegmentation (#1625)
* add feature map output for mmseg

* update api

* update demo

* fix return

* update format_shape

* fix lint

* update csharp demo

* update python demo && api

* fix coreml build

* fix lint

* better sort

* update

* update cpp demo & add missing header

* change to CHW

* update csharp api

* update isort version to 5.12.0

* fix python api

* fix log

* more detail api docs

* isort support python3.7

* remove isort change

* remove whitespace

* axes check

* remove FormatShapeImpl

* minor

* add permute tc

* remove stride buffer

(cherry picked from commit b85f34141b)
2023-02-07 21:04:20 +08:00
..
CMakeLists.txt [Feature] Support feature map output for mmsegmentation (#1625) 2023-02-07 21:04:20 +08:00
crop.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
crop_resize_pad.cpp [Enhancement] Speedup TopDownAffine by CropResizePad (#1486) 2023-01-31 12:07:40 +08:00
cvtcolor.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
flip.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
hwc2chw.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
normalize.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
pad.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
permute.cpp [Feature] Support feature map output for mmsegmentation (#1625) 2023-02-07 21:04:20 +08:00
resize.cpp [Enhancement] Optimize pose tracker (#1460) 2023-01-05 11:57:21 +08:00
to_float.cpp cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
warp_affine.cpp [Enhancement] Optimize pose tracker (#1460) 2023-01-05 11:57:21 +08:00