Eunju2834 commited on
Commit
2ab9dfa
Β·
verified Β·
1 Parent(s): 082bf57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -23
README.md CHANGED
@@ -23,31 +23,9 @@ This dataset contains curated images with an oil canvas painting style, specific
23
  - The [BLIP-2 model](https://huggingface.co/blog/blip-2) was used to generate detailed image captions.
24
  - Captions include style, visual elements, and thematic descriptions to enhance model learning.
25
 
26
- ## πŸ“‚ Dataset Structure
27
- The dataset is organized in a tabular format as shown below:
28
-
29
- | image | text |
30
- |-------------------|----------------------------------------------|
31
- | impressionism_3.jpg | a woman sitting in the grass |
32
- | impressionism_14.jpg | a woman sitting in front of a bird |
33
- | impressionism_22.jpg | a house with trees and a tree |
34
- | impressionism_25.jpg | a bridge over a river with a tower in the back... |
35
- | impressionism_40.jpg | flowers and a fan on a table |
36
-
37
- The dataset is stored as image files along with a `.csv` or `.json` file containing the captions:
38
- ```
39
- β”œβ”€β”€ images/
40
- β”‚ β”œβ”€β”€ impressionism_3.jpg
41
- β”‚ β”œβ”€β”€ impressionism_14.jpg
42
- β”‚ β”œβ”€β”€ impressionism_22.jpg
43
- β”‚ └── ...
44
- └── captions.csv (or captions.json)
45
- ```
46
- - `images/`: Directory containing all Impressionism style images.
47
- - `captions.csv`: A CSV file with columns `image` and `text`, linking each image to its caption.
48
 
49
  ## 🎯 Data Fields
50
- - **Image:** Oil canvas style image file (PNG/JPG).
51
  - **Caption:** Textual description generated by BLIP-2.
52
 
53
  ## πŸ” Data Collection Process
 
23
  - The [BLIP-2 model](https://huggingface.co/blog/blip-2) was used to generate detailed image captions.
24
  - Captions include style, visual elements, and thematic descriptions to enhance model learning.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## 🎯 Data Fields
28
+ - **Image:** Oil canvas style image file (JPG).
29
  - **Caption:** Textual description generated by BLIP-2.
30
 
31
  ## πŸ” Data Collection Process