File size: 2,010 Bytes
03c0960
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
dataset_info:
  features:
  - name: image_name
    dtype: string
  - name: Tongue Colour
    dtype: string
  - name: Tongue Texture
    dtype: string
  - name: Petechiae - centre
    dtype: string
  - name: Petechiae - sides
    dtype: string
  - name: Speckled or red - tip
    dtype: string
  - name: Speckled or red - sides
    dtype: string
  - name: Speckled - centre
    dtype: string
  - name: Tongue Cracks - centre
    dtype: string
  - name: Tongue Cracks - back
    dtype: string
  - name: Tooth-marks - tip
    dtype: string
  - name: Tooth-marks - sides
    dtype: string
  - name: Coating Thickness - top left
    dtype: string
  - name: Coating Thickness - top right
    dtype: string
  - name: Coating Thickness - bottom right
    dtype: string
  - name: Coating Thickness - bottom left
    dtype: string
  - name: Coating Moisture Level
    dtype: string
  - name: Coating Density - top left
    dtype: string
  - name: Coating Density - top right
    dtype: string
  - name: Coating Density - bottom right
    dtype: string
  - name: Coating Density - bottom left
    dtype: string
  - name: Scanting Coating
    dtype: string
  - name: Coating Colour - top left
    dtype: string
  - name: Coating Colour - top right
    dtype: string
  - name: Coating Colour - bottom right
    dtype: string
  - name: Coating Colour - bottom left
    dtype: string
  - name: segmented_tongue
    dtype: image
  - name: segmented_tongue_sides
    dtype: image
  - name: segmented_tongue_sides_enlarged
    dtype: image
  - name: segmented_tongue_centre
    dtype: image
  splits:
  - name: train
    num_bytes: 25533269.0
    num_examples: 140
  - name: validation
    num_bytes: 5812128.0
    num_examples: 30
  - name: test
    num_bytes: 5473711.0
    num_examples: 30
  download_size: 34524781
  dataset_size: 36819108.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---