Update Chicks4FreeID.py
Browse files- Chicks4FreeID.py +4 -4
Chicks4FreeID.py
CHANGED
|
@@ -5,7 +5,7 @@ from datasets import DatasetBuilder, GeneratorBasedBuilder, DatasetInfo, Feature
|
|
| 5 |
import numpy as np
|
| 6 |
import datasets
|
| 7 |
|
| 8 |
-
VERSION = "
|
| 9 |
HF_VERSION = "1.0.0"
|
| 10 |
|
| 11 |
# Available Dataset View Names
|
|
@@ -34,8 +34,7 @@ re_id_full_name = "chicken-re-id-all-visibility"
|
|
| 34 |
ontologies = {
|
| 35 |
"v1_240507":
|
| 36 |
{'tools': [{'classifications': [{'instructions': 'coop',
|
| 37 |
-
'options': [{'label': '
|
| 38 |
-
{'label': '1'},
|
| 39 |
{'label': '2'},
|
| 40 |
{'label': '3'},
|
| 41 |
{'label': '4'},
|
|
@@ -44,7 +43,8 @@ ontologies = {
|
|
| 44 |
{'label': '7'},
|
| 45 |
{'label': '8'},
|
| 46 |
{'label': '9'},
|
| 47 |
-
{'label': '
|
|
|
|
| 48 |
'required': True,
|
| 49 |
'type': 'radio'},
|
| 50 |
{'instructions': 'identity',
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
import datasets
|
| 7 |
|
| 8 |
+
VERSION = "v1_240507"
|
| 9 |
HF_VERSION = "1.0.0"
|
| 10 |
|
| 11 |
# Available Dataset View Names
|
|
|
|
| 34 |
ontologies = {
|
| 35 |
"v1_240507":
|
| 36 |
{'tools': [{'classifications': [{'instructions': 'coop',
|
| 37 |
+
'options': [{'label': '1'},
|
|
|
|
| 38 |
{'label': '2'},
|
| 39 |
{'label': '3'},
|
| 40 |
{'label': '4'},
|
|
|
|
| 43 |
{'label': '7'},
|
| 44 |
{'label': '8'},
|
| 45 |
{'label': '9'},
|
| 46 |
+
{'label': '10'},
|
| 47 |
+
{'label': '11'},],
|
| 48 |
'required': True,
|
| 49 |
'type': 'radio'},
|
| 50 |
{'instructions': 'identity',
|