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

errors when training pointsup #4971

Open
muses0229 opened this issue May 24, 2023 · 3 comments
Open

errors when training pointsup #4971

muses0229 opened this issue May 24, 2023 · 3 comments

Comments

@muses0229
Copy link

muses0229 commented May 24, 2023

No description provided.

@github-actions github-actions bot added the needs-more-info More info is needed to complete the issue label May 24, 2023
@github-actions
Copy link

You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template.
The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";

@github-actions github-actions bot removed the needs-more-info More info is needed to complete the issue label May 24, 2023
@zqy1
Copy link

zqy1 commented Nov 7, 2024

I'm having the same problem.

@Khola-naseem
Copy link

I resolved this issue by passing keypoint_hflip_indices as a keyword argument line 85 in point_sup/detection_utils.py file
Replace this
annotation = base_transform_instance_annotations(annotation, transforms, image_size, keypoint_hflip_indices)
with this:
annotation = base_transform_instance_annotations( annotation, transforms, image_size, keypoint_hflip_indices=keypoint_hflip_indices)

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

3 participants