CardBase Bot
commited on
Commit
·
7d5c70d
0
Parent(s):
Initial commit: Fresh repository setup
Browse files- README.md +3 -0
- data/images/.gitkeep +1 -0
- data/metadata/.gitkeep +1 -0
- dataset-card.yaml +35 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# CardBase Dataset
|
2 |
+
|
3 |
+
A collection of trading card images and metadata.
|
data/images/.gitkeep
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# This directory contains card images
|
data/metadata/.gitkeep
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# This directory contains card metadata
|
dataset-card.yaml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
task_categories:
|
5 |
+
- image-classification
|
6 |
+
- object-detection
|
7 |
+
pretty_name: CardBase Dataset
|
8 |
+
tags:
|
9 |
+
- trading-cards
|
10 |
+
- sports-cards
|
11 |
+
- card-grading
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: metadata
|
17 |
+
dtype: json
|
18 |
+
struct:
|
19 |
+
player_name: string
|
20 |
+
team: string
|
21 |
+
sport: string
|
22 |
+
year: int
|
23 |
+
card_number: string
|
24 |
+
variation: string
|
25 |
+
is_rookie: bool
|
26 |
+
has_autograph: bool
|
27 |
+
has_parallel: bool
|
28 |
+
is_relic: bool
|
29 |
+
is_serial: bool
|
30 |
+
serial_number: string
|
31 |
+
notes: string
|
32 |
+
upload_timestamp: string
|
33 |
+
config:
|
34 |
+
version: 1.0.0
|
35 |
+
---
|