muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
295 stars 44 forks source link

Issue in testing video #37

Open Mereshiya opened 5 months ago

Mereshiya commented 5 months ago

When passing a video in pipeline the predictions of 3D overlay is fine. But when getting the 2D projected keypoints and mapping that onto the image plane I have noticed a slight displacement in the keypoints being plotted. Is the result from shapy be slightly displaced.

muelea commented 4 months ago

We haven't tested our method with video. However, if you extract the frames, run shape per frame and stack the result you should get the correct output.