forked from cvat-ai/cvat
-
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.
Add validator for classification & detection tasks (cvat-ai#160)
* Implemented validator (classification & detection), CLI, and unit tests. * Modified validation error messages, reworked validation reports to use datumaro.components.error, simplified unittest * Fixed voc parsing * Removed 'x' and 'y' stats from being computed. Extended valid attributes to include shared attributes. * Added item subset to validation reports. Co-authored-by: Maxim Zhiltsov <[email protected]>
- Loading branch information
1 parent
053e9cd
commit cdd5184
Showing
9 changed files
with
1,723 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
explain, | ||
export, merge, convert, transform, filter, | ||
diff, ediff, stats, | ||
info | ||
info, validate | ||
) |
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,7 @@ | ||
# Copyright (C) 2020-2021 Intel Corporation | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# pylint: disable=unused-import | ||
|
||
from ..contexts.project import build_validate_parser as build_parser |
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
Oops, something went wrong.