-
Notifications
You must be signed in to change notification settings - Fork 12
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
Think about using context model for training/fine-tuning model #287
Comments
Notes on hackmd: https://hackmd.io/rJPX1LAJTsu5LFbdbW0YYg |
From meeting (11/01/2023), plan is to try an alternative approach using context in post-processing rather than during training/classification. Consider examples (X = railspace, o = no):
^ This is likely a false positive
^ This is likely correct
^ This likely requires attention/review This kind of post-processing can be done fairly easily using rules to pick out which ones we want to change labels for and/or review. Things to consider:
|
Have just merged #350 which adds functionality for using context images when training a model. Would be good to test this a bit more at some point but am closing this ticket for now. |
It would be good to test the 'context' version of MapReader.
The text was updated successfully, but these errors were encountered: