Shimingyi / MotioNet

A deep neural network that directly reconstructs the motion of a 3D human skeleton from monocular video [ToG 2020]
https://rubbly.cn/publications/motioNet/
BSD 2-Clause "Simplified" License
559 stars 83 forks source link

How to smooth 2d position? #6

Open zhouhang95 opened 3 years ago

zhouhang95 commented 3 years ago

Now we haven't apply any smoothing process on the 2d input and output, you can do it by yourself to get better results like we show in the video, but here we want to show the original production.

Could you give me a concrete algorithm?

Shimingyi commented 3 years ago

It can be done by different ways, like pose tracking with PoseFlow or interpolation module in scipy. I will release a version with splev smoothing in weekend.

CHDQ commented 3 years ago

@Shimingyi 同问,2d pose平滑有更新了么

Shimingyi commented 3 years ago

@CHDQ No... But I will suggest to run this branch of openpose to get better input firstly.