-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow accepting predicted score as ground truth
For areas a negative answer makes sense, score it as 0, but a generic positive answer doesn't (what should the area be in that case?). Instead add a new option to accept the prediction as ground truth. This probably leads to a new, longer, loop of predict, add to OSM if needed, ignore predicted score, and then later run an import of scores from OSM, accepting the scores that come from the newly drawn features.
- Loading branch information
Martin Nyhus
committed
Feb 13, 2024
1 parent
6ca8094
commit 15ee9b5
Showing
3 changed files
with
110 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters