Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
remove_noisy_skeleton
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李旭辉(20博)
remove_noisy_skeleton
Commits
7abe55e7
Commit
7abe55e7
authored
May 18, 2022
by
李旭辉(20博)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
6722f43c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
README.md
README.md
+12
-2
No files found.
README.md
View file @
7abe55e7
# remove_noisy_skeleton
剔除openpose得到的姿态估计结果的噪声
\ No newline at end of file
# 剔除骨骼点中的异常数据
## 异常数据定义:
(1)单个异常点:异常点与前一帧和后一帧的点差别非常大的点
(2)连续异常点:一串连续的异常点,通常是过大或为0
(3)交换异常点:婴儿的对称性导致对称的部位的检测坐标会发生互换
## 解决方法:
(1)对于单个异常点主要是用前一帧的点来取代单个异常点
(2)对于连续的多个异常点用滤波方法取代连续的异常点
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment