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

can you provide the scripts for the Cityscapes pixel-level semantic segmentation? #4

Closed
dvssajay opened this issue Jul 7, 2021 · 2 comments

Comments

@dvssajay
Copy link

dvssajay commented Jul 7, 2021

I found your work very interesting and thinking about using the Boundary IoU metric to evaluate my segmentation models. However, I can only see instance and panoptic segmentation scripts in this repo.
Does the boundary IoU metric not applicable to pixel-level segmentation?

@bowenc0221
Copy link
Owner

We only have Boundary IoU implementation for instance and panoptic segmentation right now. Boundary IoU is applicable to semantic segmentation as well, but you might need to modify the standard mIoU calculation.

mIoU is usually efficiently implemented as confusion matrix calculation, this might be a good reference.

@dvssajay
Copy link
Author

Thank you very much for your response.

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