Li Zhang
|
7d96969149
|
[Feature] Pose tracker C/C++/Python API&demos (#1663)
* add PoseTracker API
* add mahalanobis distance, add det_pose demo
* simplify api
* simplify api
* fix cmake & fix `CropResizePad`
* ignore out of frame bboxes
* clean-up
* fix lint
* add c api docs
* add c++ api docs/comments
* fix gcc7 build
* fix gcc7+opencv3
* fix stupid lint
* fix ci
* add help info & webcam support for C++ pose tracker demo
* add webcam support for Python pose tracker demo
* fix lint
* minor
* minor
* fix MSVC build
* fix python binding
* simplify module adapter
* fix module adapter
* minor fix
(cherry picked from commit 3d425bbb9ffd652debb3ebb842c5048ec59051f8)
|
2023-01-31 12:07:40 +08:00 |
|
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 |
|
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 |
|