forked from opendr-eu/opendr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive HR Pose Estimation (opendr-eu#479)
* new functions added for adaptive high-resolution pose estimation. some offset variables that existed have been erased due to changes in the annotation file, and the sample image for evaluation * added extra arguments for adaptive pose estimation * Demos: Changed the image that used for inference and evaluation typos Learner: removed unnecessary variables (e.g. offset value) due to new sample image and annotation changed the path that _download function, gets the images from ftp typos Tests: added the new evaluation and inference functions that perform the "adaptive ROI selection pose estimation" * fix bugs * Learner fix bugs optimization webcam_demo * Learner fix bugs Update docs file * Apply suggestions from code review Co-authored-by: Kostas Tsampazis <[email protected]> * Update docs file * Apply suggestions from code review Co-authored-by: Kostas Tsampazis <[email protected]> * Update docstrings * fixed webcam demo issues edit learner * pep8 fix * webcam demo runs hr pose estimation if --run-comparison is enabled then it shows the comparison between lightweight openpose, hr-pose estimation primary method and adaptive method * Readme edit for webcam demo * Update projects/python/perception/pose_estimation/high_resolution_pose_estimation/demos/webcam_demo.py Co-authored-by: Kostas Tsampazis <[email protected]> --------- Co-authored-by: Nikolaos Passalis <[email protected]> Co-authored-by: Kostas Tsampazis <[email protected]>
- Loading branch information
1 parent
6fca1be
commit 94dc051
Showing
8 changed files
with
1,354 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.