forked from openvinotoolkit/datumaro
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GSoc2024] Added labels in dataset_meta.json of widerface_dataset to …
…solve import issue #7258 of opencv/cvat (#36) * Add labels in dataset_meta.json of widerface_dataset * Update dataset_meta.json, relevant tests in test_wilderface_format.py for wilderface_dataset
- Loading branch information
1 parent
068d569
commit 3e33d6e
Showing
2 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"label_map": {"0": "Parade", "1": "Handshaking"} | ||
"labels": ["face"] | ||
} |
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