scottymcgee commited on
Commit
b1418c4
·
verified ·
1 Parent(s): 3562757

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -30,8 +30,16 @@ pretty_name: duo or no duo
30
 
31
  # Dataset Card for Duo or no Duo
32
 
33
- ### Dataset Details and Description
 
 
 
 
34
 
35
  This dataset consists of images paired with a binary label indicating whether “Duo” is present (duo) or absent (no_duo), making it a straightforward two-class image classification task. All images converted from HEIC to RGB and resized to 224 × 224 pixels for consistency. To expand the dataset, over 300 synthetic images were created by applying label-preserving transformations such as random cropping and resizing, horizontal flips, small rotations, color jitter, perspective distortion, and slight blurring to the original images.
36
 
 
 
 
 
37
  - **Curated by:** Scotty McGee
 
30
 
31
  # Dataset Card for Duo or no Duo
32
 
33
+ ### Dataset Details
34
+
35
+ Photos in this dataset were taken by Scotty McGee on an iPhone 15 and converted from HEIC to RGB and resized to 224 × 224 pixels for consistency
36
+
37
+ ### Dataset Description
38
 
39
  This dataset consists of images paired with a binary label indicating whether “Duo” is present (duo) or absent (no_duo), making it a straightforward two-class image classification task. All images converted from HEIC to RGB and resized to 224 × 224 pixels for consistency. To expand the dataset, over 300 synthetic images were created by applying label-preserving transformations such as random cropping and resizing, horizontal flips, small rotations, color jitter, perspective distortion, and slight blurring to the original images.
40
 
41
+ ### Dataset Use
42
+
43
+ This dataset is intended to test if you can identify if an image has Duo or not.
44
+
45
  - **Curated by:** Scotty McGee