mmdeploy/demo/csrc/c
Chen Xin b85f34141b
[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
2023-02-03 20:47:55 +08:00
..
batch_image_classification.cpp tell batch inference demos and single image inference demos apart (#986) 2022-10-19 19:42:22 +08:00
batch_object_detection.cpp tell batch inference demos and single image inference demos apart (#986) 2022-10-19 19:42:22 +08:00
det_cls.cpp Sdk profiler (#1274) 2022-11-21 12:52:21 +08:00
det_pose.cpp [Enhancement] Speedup TopDownAffine by CropResizePad (#1486) 2023-01-13 16:08:29 +08:00
image_classification.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
image_restorer.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
image_segmentation.cpp [Feature] Support feature map output for mmsegmentation (#1625) 2023-02-03 20:47:55 +08:00
object_detection.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
ocr.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
pose_detection.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
rotated_object_detection.cpp Split demos of C and C++ SDK into two subdirectories (#1099) 2022-09-27 13:40:04 +08:00
video_recognition.cpp Support mmaction master (#1183) 2022-11-04 14:15:36 +08:00