Datasets:
Update detect_chess_pieces.py
Browse files- detect_chess_pieces.py +0 -7
detect_chess_pieces.py
CHANGED
@@ -50,13 +50,6 @@ class DetectChessPieces(datasets.GeneratorBasedBuilder):
|
|
50 |
homepage=_HOMEPAGE,
|
51 |
license=_LICENSE,
|
52 |
citation=_CITATION,
|
53 |
-
task_templates=[
|
54 |
-
{
|
55 |
-
"task": "object-detection",
|
56 |
-
"image_column": "image",
|
57 |
-
"label_column": "bboxes",
|
58 |
-
}
|
59 |
-
],
|
60 |
)
|
61 |
|
62 |
def _split_generators(self, dl_manager):
|
|
|
50 |
homepage=_HOMEPAGE,
|
51 |
license=_LICENSE,
|
52 |
citation=_CITATION,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
)
|
54 |
|
55 |
def _split_generators(self, dl_manager):
|