vkashko commited on
Commit
58066b9
·
1 Parent(s): 55979c3

fix: z_order value type

Browse files
Files changed (1) hide show
  1. 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("uint16"),
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"),