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

Calculation of convex_giou #4

Open
sunny-sjj opened this issue Sep 13, 2021 · 2 comments
Open

Calculation of convex_giou #4

sunny-sjj opened this issue Sep 13, 2021 · 2 comments

Comments

@sunny-sjj
Copy link

Hi! i have some question about the calculation of convex hull,
convex_giou(pred, target)

I wonder if pred must enter 9 dots(pred.shape=num*18),can i input such as 4 dots or other numbers

@guozonghao96
Copy link
Owner

In this cuda function, the pred must be 9 dots and the target must be 4 dots. If you want input other number of dots, you can modify the cuda code for your demand.

@sunny-sjj
Copy link
Author

Thanks for your reply!

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