sign-language-processing / sign-language-processing.github.io

Documentation and background of sign language processing
111 stars 9 forks source link

A simple question #26

Closed FangSen9000 closed 6 months ago

FangSen9000 commented 6 months ago

image

Was the above video achieved by following this step? Or is it some other way? @AmitMY pix2pix to implement the pose_sequence to pose_video is a little weird.

image

AmitMY commented 6 months ago

If you want the skeleton as a video file, that is implemented in the pose library https://github.com/sign-language-processing/pose using visualize_pose -i example.pose -o example.mp4

If you want the skeleton to be transformed to a human like video, consult the readme of https://github.com/sign-language-processing/pose-to-video