Datasets:
resolve conflict
Browse files- 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]
|