vkashko commited on
Commit
845a9ee
·
1 Parent(s): bdb0a68

refactor: delete prints

Browse files
Files changed (1) hide show
  1. fights-segmentation.py +0 -1
fights-segmentation.py CHANGED
@@ -163,7 +163,6 @@ class FightsSegmentation(datasets.GeneratorBasedBuilder):
163
  image_id = img.get("id")
164
  name = img.get("name")
165
  shapes = [self.parse_shape(shape) for shape in img]
166
- print(shapes)
167
 
168
  yield idx, {
169
  "id": image_id,
 
163
  image_id = img.get("id")
164
  name = img.get("name")
165
  shapes = [self.parse_shape(shape) for shape in img]
 
166
 
167
  yield idx, {
168
  "id": image_id,