Chen Xin
15ad234a7a
Cherry-pick PR 1366, 1370, 1460, 1577, 1598, 1601, 1612, 1626 to dev-1.x ( #1635 )
...
* [Fix] Fix example standalone build for msvc (#1626 )
* fix example build for msvc
* move /Zc:__cplusplus to core
* [FIX] Fix csharp net48 and batch inference (#1370 )
* fix csharp net48
* add missing file
* update
* fix batch inference
* update demo
* update
* update version
* update nuget package version & fix project name
* build monolithic SDK by default (#1577 )
* Fix debug build for PoseTracker (#1601 )
* [Fix] Fix aligned allocations on Android (#1612 )
* fix android alignment
* fix typo
* fix size
* Fix build error on windows-cuda platform (#1598 )
* [Fix] Relax module adapter template constraints (#1366 )
* relax module adapter constraint
* remove forwarding `operator()`
* fix YOLOV5Head naming
Co-authored-by: Li Zhang <lzhang329@gmail.com>
2023-01-17 18:52:58 +08:00
Li Zhang
f288d00d50
[Enhancement] Optimize pose tracker ( #1460 )
...
* sync master
* suppress overlapped tracks
* add CUDA WarpAffine
* export symbols
* fix linkage
* update pose tracker
* clean-up
* fix MSVC build
* fix MSVC build
* add ffmpeg cli command
2023-01-05 11:57:21 +08:00
lvhan028
04c9793da0
cherry-pick: Decouple preprocess operation and transformation ( #1353 )
2022-12-08 14:49:12 +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
Li Zhang
53d4668a2f
[Feature] Add Cond
node and pose tracker demo ( #1186 )
...
* add Cond node
* WIP PoseTracker
* fix pose tracker
* minor fix
* simplify design
* add timing
* sync
* visualize
* remove file check
(cherry picked from commit f2be2abeb5f804d3fae75cf85216d5f298ea3576)
2022-11-01 16:36:43 +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