-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename threshold to conf_threshold for clarity
- Loading branch information
Showing
10 changed files
with
37 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
### Added | ||
|
||
- \[SDK, CLI\] Added a `threshold` parameter to `cvat_sdk.auto_annotation.annotate_task`, | ||
which is passed as-is to the AA function object via the context. The CLI | ||
equivalent is `auto-annotate --threshold`. This makes it easier to write | ||
and use AA functions that support object filtering based on confidence | ||
levels. Updated the builtin functions in `cvat_sdk.auto_annotation.functions` | ||
to support filtering via this parameter | ||
- \[SDK, CLI\] Added a `conf_threshold` parameter to | ||
`cvat_sdk.auto_annotation.annotate_task`, which is passed as-is to the AA | ||
function object via the context. The CLI equivalent is `auto-annotate | ||
--conf-threshold`. This makes it easier to write and use AA functions that | ||
support object filtering based on confidence levels | ||
(<https://github.com/cvat-ai/cvat/pull/8688>) | ||
|
||
- \[SDK\] Built-in auto-annotation functions now support object filtering by | ||
confidence level | ||
(<https://github.com/cvat-ai/cvat/pull/8688>) |
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
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
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