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

A possible bug in fittingop #1

Open
lzhyu opened this issue Mar 28, 2023 · 3 comments
Open

A possible bug in fittingop #1

lzhyu opened this issue Mar 28, 2023 · 3 comments

Comments

@lzhyu
Copy link

lzhyu commented Mar 28, 2023

o2h_marker, h2o_signed_marker, o2h_idx_marker, _ = point2point_signed(body_markers_rec, verts_object.float(), normal_object.float())
o2h_signed, h2o_signed, o2h_idx, _ = point2point_signed(rhand_verts_rec, verts_object.float(), rh_normals, normal_object.float())

In line 183, it seems that the third positional argument should be the normals of markers.

@DonlynLee
Copy link

Hi, have you encountered the problem that "TypeError: init() takes 1 positional argument but 3 were given", when running opt_grasppose.py ?

@lzhyu
Copy link
Author

lzhyu commented Jan 4, 2024

Hi, have you encountered the problem that "TypeError: init() takes 1 positional argument but 3 were given", when running opt_grasppose.py ?

Sorry. I have not.

@DonlynLee
Copy link

Thanks for your reply. Could you tell me your pytorch version? By the way, you proposed a possible bug in fittingop, so should we change the third positional argument to normals of markers? Thank you so much.

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