-
Notifications
You must be signed in to change notification settings - Fork 10
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
possibility of extracting fl-curves #15
Comments
If u wanna get 3D curves in observation space, you can use Deformation Field which consists of both non-rigid deformation and skinning weights. For skinning weight, u need to predict human pose(SMPL theta). In terms of non-rigid deformation, u can employ average non-rigid latent code. |
Could you please some more details on the non-rigid deformation and how it can be accomplished ? |
More details you can see our paper. Actually, we initialize feature embedding that is trainable parameters for non-rigid deformation learning. Given image embedding condition on MLP to predict non-rigid deformation. |
can you please check this post. here i tried the feature lines using mmpose and also hrnet-agg-81 both of which doesnt seem to cut it for fl points. https://github.com/Mamba-ZJP/deepfashion2-kps-agg-81/issues/2 is there any other avaiable code that you can please clearly share here that finds these landmarks of the garment which you haven not mentioned how you got them as a json file. were they manually annotated or other pretrained model for it |
Dear Authors,
I want to just predict the fl-curves that optimized for a given image. Is it possible from your code to only extract 3d curves in the posed space? If yes could you give me some hints on how to do so?
p.s. I have used align_fl function to get the curves but they seem to be in canonical pose
The text was updated successfully, but these errors were encountered: