File size: 683 Bytes
7d5c70d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
language: en
license: mit
task_categories:
  - image-classification
  - object-detection
pretty_name: CardBase Dataset
tags:
  - trading-cards
  - sports-cards
  - card-grading
dataset_info:
  features:
    - name: image
      dtype: image
    - name: metadata
      dtype: json
      struct:
        player_name: string
        team: string
        sport: string
        year: int
        card_number: string
        variation: string
        is_rookie: bool
        has_autograph: bool
        has_parallel: bool
        is_relic: bool
        is_serial: bool
        serial_number: string
        notes: string
        upload_timestamp: string
  config:
    version: 1.0.0
---