Hi! thanks for the great repo and for sharing code/weights!
I’m fitting a custom video by generating per-frame keypoints with ViTPose and then running run.tester.wholebody.demo_fit per frame. It works, but results are very jittery. The denoiser script seems tailored to bundled "standard" datasets rather than arbitrary frames.
Questions:
-
What’s the recommended pipeline for custom videos (keypoints → smoothing → fitting)?
-
Can the denoiser/temporal smoother run on external ViTPose JSON? An example command/config would help.
-
Is there a built-in script to process a whole folder/video with temporal consistency, or flags in demo_fit to stabilize?
Hi! thanks for the great repo and for sharing code/weights!
I’m fitting a custom video by generating per-frame keypoints with ViTPose and then running
run.tester.wholebody.demo_fitper frame. It works, but results are very jittery. The denoiser script seems tailored to bundled "standard" datasets rather than arbitrary frames.Questions:
What’s the recommended pipeline for custom videos (keypoints → smoothing → fitting)?
Can the denoiser/temporal smoother run on external ViTPose JSON? An example command/config would help.
Is there a built-in script to process a whole folder/video with temporal consistency, or flags in demo_fit to stabilize?