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
Chen Xin
8d344ee164
[Enhancement] Speedup TopDownAffine by CropResizePad ( #1486 )
...
* "use 'CropResizePad' to speed up topdownaffine"
* add missing header
(cherry picked from commit c458e2a524
)
2023-01-31 12:07:40 +08:00
Chen Xin
c4e95f1ade
Sync profiler ( #1446 )
...
* Sdk profiler (#1274 )
* sdk-profiler
* fix lint
* support lift
* sync net module when profile
* use Scope*
* update use task name
* fix
* use std::unique_ptr<Event>
* remove mmdeploy::graph link for c and transform
* fix
* fix
* fix
* [Enhancement] refactor profiler (#1403 )
* reduce profile node name
* add profiler for pipeline
* add profiler for cond
* udpate
* fix total time (#1451 )
2022-12-07 18:51:17 +08:00
Li Zhang
49d8825efc
[Fix] Fix det_pose demo ( #1419 )
...
* fix det_pose demo
* remove useless input
(cherry picked from commit 385f5b6102
)
2022-12-05 11:49:04 +08:00
Li Zhang
070036f964
[Refactor] better SDK registry ( #1368 )
...
* refactor SDK registry
* fix lint
* fix typo
* sync
* use nested namespace
* rename
(cherry picked from commit 99040d5655
)
2022-12-05 11:44:44 +08:00
Chen Xin
ccc21289d1
[Feature] Sync mmaction2-sdk(master) to dev1.x ( #1307 )
...
* sync mmaction sdk
* pipeline.json
* fix docs
* replace topk when make regression for mmaction2
* add python api
* add missing file
* add missing test file
* remove cudnn dep for formatshape
* add sample arg for input
2022-11-10 15:13:24 +08:00
lvhan028
f311cfd437
tell batch inference demos and single image inference demos apart ( #986 )
...
(cherry picked from commit 4c872a41c3
)
2022-11-01 16:35:45 +08:00
lvhan028
290d0d6e74
reorg demo/csrc ( #1119 )
...
* reorg demo/csrc
* disable det_cls and det_pose build
2022-09-28 11:47:00 +08:00
Mengyang Liu
0effa59440
Split demos of C and C++ SDK into two subdirectories ( #1099 )
...
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Combine add_example
2022-09-27 13:40:04 +08:00