jalFaizy commited on
Commit
c847b8e
2 Parent(s): 0d87e08 f7123dd

resolve conflict

Browse files
Files changed (1) hide show
  1. detect_chess_pieces.py +0 -1
detect_chess_pieces.py CHANGED
@@ -99,7 +99,6 @@ class DetectChessPieces(datasets.GeneratorBasedBuilder):
99
  except:
100
  print(f"Check file {f.name} for errors")
101
 
102
- #bbox = [bbox_class, bbox_xcenter, bbox_ycenter, bbox_width, bbox_height]
103
  objects.append({
104
  "label": bbox_class,
105
  "bbox": [bbox_xcenter, bbox_ycenter, bbox_width, bbox_height]
 
99
  except:
100
  print(f"Check file {f.name} for errors")
101
 
 
102
  objects.append({
103
  "label": bbox_class,
104
  "bbox": [bbox_xcenter, bbox_ycenter, bbox_width, bbox_height]