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

Try a different single model #33

Open
thomashopkins32 opened this issue Aug 1, 2023 · 1 comment
Open

Try a different single model #33

thomashopkins32 opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@thomashopkins32
Copy link
Owner

UNet apparently isn't meant for instance segmentation but semantic segmentation (I have to double check that this is accurate).

I should try a different model that was built for instance segmentation once I have squeezed out performance on UNet to the best of my ability.

@thomashopkins32 thomashopkins32 self-assigned this Aug 1, 2023
@thomashopkins32
Copy link
Owner Author

Double-checked and it is accurate. The problem with using mAP as a metric with the UNet architecture is that I have to run a connected components analysis which is very expensive. Since I have a limited training budget (and the competition is over...) I can use a simpler metric like mean IoU over the whole image. This should speed up validation significantly and allow me to train for longer.

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

1 participant