-
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.
Switched to voting system for classification
- Loading branch information
1 parent
da36037
commit 2ab667b
Showing
10 changed files
with
655 additions
and
539 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
## Version 1.1.4 (19 Jan. 2025) | ||
|
||
- Images normalization is now performed globally instead of locally to reduce the number of false positives. | ||
- The classification model was updated from the version 051 to the version 077. | ||
- The closing structuring element was changed from a diamong to a disk and its radius was reduced from 4 to 2. | ||
- For the reason just above, the default probability threshold was lowered from 40% to 15%. | ||
- The classification works now with a system of votes per label instead of taking every box above a certain score. | ||
- It is now possible to toggle the visibility of the "Garbage" class. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.4" | ||
__version__ = "1.1.4" | ||
|
||
import re | ||
|
||
|
Oops, something went wrong.