6 Commits

Author SHA1 Message Date
Li Zhang
49d8825efc [Fix] Fix det_pose demo (#1419)
* fix det_pose demo

* remove useless input
(cherry picked from commit 385f5b6102106b351e818c3c3313d38dd05b0f93)
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 99040d5655aff9b39f331db925dce0c065a8176a)
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 4c872a41c3613c2a981bbbf53bed7a32711a8bf8)
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