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
Hi,
thanks for open-sourcing such a great research.I know the PROX recoding data contains depth and mask gt, as well as camera parameters, but other wild videos (such as my selfie video) doesn't have these information,can your method output a visualization?
Or I need to use other pre-trained models to get these information (such as openpose,deeplabv3) , and then run your optimization pipline?
The text was updated successfully, but these errors were encountered:
@jinfagang
Hi, if you want to smooth the 3D joints from VIBE/PARE, you can create an optimization pipeline and insert the motion smoothness prior the same way as we did here, to be specific, in the optimization, you can include the 3D joint loss (to enforce 3D joints to be consistent with VIBE/PARE outputs), motion smoothness loss, and other regularizors (such as shape/pose priors).
Hi,
thanks for open-sourcing such a great research.I know the PROX recoding data contains depth and mask gt, as well as camera parameters, but other wild videos (such as my selfie video) doesn't have these information,can your method output a visualization?
Or I need to use other pre-trained models to get these information (such as openpose,deeplabv3) , and then run your optimization pipline?
The text was updated successfully, but these errors were encountered: