svnfs commited on
Commit
e67b07e
1 Parent(s): 3ccb07f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -9,10 +9,39 @@ class_number:
9
  image_size:
10
  - (200,300,3)
11
  source_dataset:
12
- - jamescalam/unsplash-25k-photos
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
 
 
 
14
 
15
  ## Dataset Description
16
 
17
- DoF dataset is comprised of 1200 annotated images, binary annotated with(0) and without(1) bokeh effect, shallow or deep depth of field
18
- Images have been taken from Unsplash 25K photos dataset
 
 
 
 
 
 
 
 
 
 
 
 
9
  image_size:
10
  - (200,300,3)
11
  source_dataset:
12
+ - unsplash
13
+ task_categories:
14
+ - image-classification
15
+ - image-segmentation
16
+ dataset_info:
17
+ - config_name: depth-of-field
18
+ features:
19
+ - name: image
20
+ dtype: string
21
+ - name: class
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ 0: 'bokeh'
26
+ 1: 'no-bokeh'
27
  ---
28
+ ## Dataset Summary
29
+
30
+ Depth-of-Field(DoF) dataset is comprised of 1200 annotated images, binary annotated with(0) and without(1) bokeh effect, shallow or deep depth of field. It is a forked data set from the [Unsplash 25K](https://github.com/unsplash/datasets) data set.
31
 
32
  ## Dataset Description
33
 
34
+ - **Repository:** [https://github.com/sniafas/photography-style-analysis](https://github.com/sniafas/photography-style-analysis)
35
+ - **Paper:** [More Information Needed](https://www.researchgate.net/publication/355917312_Photography_Style_Analysis_using_Machine_Learning)
36
+
37
+ ### Citation Information
38
+ ```
39
+ @article{sniafas2021,
40
+ title={DoF: An image dataset for depth of field classification},
41
+ author={Niafas, Stavros},
42
+ doi= {10.13140/RG.2.2.29880.62722},
43
+ url= {https://www.researchgate.net/publication/364356051_DoF_depth_of_field_datase}
44
+ year={2021}
45
+ }
46
+ Note that each DoF dataset has its own citation. Please see the source to
47
+ get the correct citation for each contained dataset.