fix: z_order value type
Browse files- fights-segmentation.py +1 -1
fights-segmentation.py
CHANGED
|
@@ -65,7 +65,7 @@ class FightsSegmentation(datasets.GeneratorBasedBuilder):
|
|
| 65 |
),
|
| 66 |
"rotation": datasets.Value("float"),
|
| 67 |
"occluded": datasets.Value("uint8"),
|
| 68 |
-
"z_order": datasets.Value("
|
| 69 |
"attributes": datasets.Sequence(
|
| 70 |
{
|
| 71 |
"name": datasets.Value("string"),
|
|
|
|
| 65 |
),
|
| 66 |
"rotation": datasets.Value("float"),
|
| 67 |
"occluded": datasets.Value("uint8"),
|
| 68 |
+
"z_order": datasets.Value("int16"),
|
| 69 |
"attributes": datasets.Sequence(
|
| 70 |
{
|
| 71 |
"name": datasets.Value("string"),
|