Commit 7abe55e7 authored by 李旭辉(20博)'s avatar 李旭辉(20博)

Update README.md

parent 6722f43c
# remove_noisy_skeleton
剔除openpose得到的姿态估计结果的噪声
\ No newline at end of file
# 剔除骨骼点中的异常数据
## 异常数据定义:
(1)单个异常点:异常点与前一帧和后一帧的点差别非常大的点
(2)连续异常点:一串连续的异常点,通常是过大或为0
(3)交换异常点:婴儿的对称性导致对称的部位的检测坐标会发生互换
## 解决方法:
(1)对于单个异常点主要是用前一帧的点来取代单个异常点
(2)对于连续的多个异常点用滤波方法取代连续的异常点
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment