Or Cohen commited on
Commit
60d3d50
·
verified ·
1 Parent(s): bffb4ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -39,13 +39,11 @@ The label issues help curate a cleaner and leaner dataset.
39
 
40
  ## Description
41
 
42
- The dataset consists of 5 columns:
43
 
44
  - **image_uri**: The uri of original of the image from the Mnist dataset.
45
  - **label**: Label for the image, provided by the authors of the Mnist dataset.
46
  - **image_issues**: Quality issues found, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
47
- - **object_labels**: Objects labels and bbox found in the image.
48
- - **object_issues**: Image Objects quality issues found, such as duplicate, dark, blurry, bright, and outlier objects.
49
 
50
  ## Usage
51
 
 
39
 
40
  ## Description
41
 
42
+ The dataset consists of 3 columns:
43
 
44
  - **image_uri**: The uri of original of the image from the Mnist dataset.
45
  - **label**: Label for the image, provided by the authors of the Mnist dataset.
46
  - **image_issues**: Quality issues found, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
 
 
47
 
48
  ## Usage
49