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

How can I use boundary-iou in my own datasets? #5

Open
3deepvision opened this issue Aug 6, 2021 · 1 comment
Open

How can I use boundary-iou in my own datasets? #5

3deepvision opened this issue Aug 6, 2021 · 1 comment

Comments

@3deepvision
Copy link

Dear Phd:
How can I use boundary-iou in my own datasets?

@bowenc0221
Copy link
Owner

If your dataset is using the COCO annotation format, you can directly use COCO api with boundary iou to evaluate.

If you are using a customized dataset with your own evaluation code, you can simply replace the IoU calculation in your code with this boundary_iou_example.

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