its-zion-18 commited on
Commit
5b8f844
·
verified ·
1 Parent(s): 4210d33

Update README.md

Browse files

This dataset is a collection of images of books, intended for machine learning and/or computer vision tasks like image classification. The images have been pre-processed, cropped, and resized, and are categorized into four distinct classes:

• cover-desk: Images of books with their covers visible, placed on a desk.
• cover-floor: Images of books with their covers visible, placed on the floor.
• nocover-desk: Images of books with their covers not visible (e.g., spine), placed on a desk.
• nocover-floor: Images of books with their covers not visible, placed on the floor.

The original images were manually collected and then processed using Python scripts in a Google Colab notebook.

To create the augmented split, extensive data augmentation techniques from the torchvision library were applied. This process involved random resizing, cropping, flipping, rotations, and color jittering to generate many unique variations from the original images. The total number of augmented samples was increased to 300 to improve model training robustness. The final dataset was then pushed to the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -13,13 +13,13 @@ dataset_info:
13
  '3': nocover-floor
14
  splits:
15
  - name: original
16
- num_bytes: 315420.0
17
  num_examples: 30
18
  - name: augmented
19
- num_bytes: 21688806.0
20
  num_examples: 300
21
  download_size: 22003966
22
- dataset_size: 22004226.0
23
  configs:
24
  - config_name: default
25
  data_files:
@@ -27,4 +27,16 @@ configs:
27
  path: data/original-*
28
  - split: augmented
29
  path: data/augmented-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  '3': nocover-floor
14
  splits:
15
  - name: original
16
+ num_bytes: 315420
17
  num_examples: 30
18
  - name: augmented
19
+ num_bytes: 21688806
20
  num_examples: 300
21
  download_size: 22003966
22
+ dataset_size: 22004226
23
  configs:
24
  - config_name: default
25
  data_files:
 
27
  path: data/original-*
28
  - split: augmented
29
  path: data/augmented-*
30
+ license: mit
31
+ task_categories:
32
+ - image-classification
33
+ language:
34
+ - en
35
+ tags:
36
+ - book_cover
37
+ - Books
38
+ - images
39
+ - classification
40
+ size_categories:
41
+ - n<1K
42
+ ---