Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retraining 512x512 with 68 keypoints,then retraining 512x512 with dlib 68 keypoints detector #583

Open
Qia98 opened this issue Sep 28, 2023 · 2 comments

Comments

@Qia98
Copy link

Qia98 commented Sep 28, 2023

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

@Qia98
Copy link
Author

Qia98 commented Oct 9, 2023

image-20231009 When I train the 512 model, I noticed that the vis picture seems to have been cropped

@Cdivyam
Copy link

Cdivyam commented Nov 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants