You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for your great work!
I am attempting to reproduce the data pipeline by running python -m data_process.run_video_collect on the raw RealEstate10K videos to generate clip.mp4 samples and subsequently ran ViPE pose estimation on them.
In several generated clips, I noticed subtle scene transitions/cuts in the middle of the video.
clip.mp4
Because ViPE relies on sequential frames, these cuts lead to incorrect pose estimates being assigned to the frames following the transition.
Are there additional post-processing filtering steps used to prune these non-sequential clips, or was this not encountered during video collection?
Hello,
Thanks a lot for your great work!
I am attempting to reproduce the data pipeline by running
python -m data_process.run_video_collecton the raw RealEstate10K videos to generate clip.mp4 samples and subsequently ran ViPE pose estimation on them.In several generated clips, I noticed subtle scene transitions/cuts in the middle of the video.
clip.mp4
Because ViPE relies on sequential frames, these cuts lead to incorrect pose estimates being assigned to the frames following the transition.
Are there additional post-processing filtering steps used to prune these non-sequential clips, or was this not encountered during video collection?
Thanks!