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
I want to retrain FOMM with 68 keypoints (512x512) and release it publicly, if successful. In addition, I prefer to retrain fomm based on dlib 68 keypoints detector. This allows the keypoints correspondence to semantic information.
However, I am currently having some problems with 512x512 retraining, I hope someone can share their 512x512 training experience
The text was updated successfully, but these errors were encountered:
This is the issue of imageio.imsave. It is slow to save the image through imageio.imsave. If you save the numpy file of the image and save convert it to image later then you can see there won't be any cropping.
You can also use cv2.imwrite which is faster and doesn't give the cropping error.
I want to retrain FOMM with 68 keypoints (512x512) and release it publicly, if successful. In addition, I prefer to retrain fomm based on dlib 68 keypoints detector. This allows the keypoints correspondence to semantic information.
However, I am currently having some problems with 512x512 retraining, I hope someone can share their 512x512 training experience
The text was updated successfully, but these errors were encountered: