nickpai commited on
Commit
a54c590
1 Parent(s): d8a8a83

Update README.md

Browse files

add custom-caption branch caption example

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -109,11 +109,15 @@ sentences = [
109
  "Create the original colors of this image"
110
  ]
111
  ```
112
- - **custom-caption:** Provides prompts generated by
113
  [CLIP Interrogator](https://github.com/pharmapsychotic/clip-interrogator/tree/main) with `'ViT-H-14/laion2b_s32b_b79k'` model.
114
  Then filter with `'csv_filter.py'` to remove unlikely words, such as black and white, monochrome, grainy, desaturated, etc.
115
  For more details about the prompts filtering criteria,
116
  refer to the [Dataset-for-Image-Colorization](https://github.com/nick8592/Dataset-for-Image-Colorization.git) repository.
 
 
 
 
117
 
118
  ### Loading the Dataset
119
 
 
109
  "Create the original colors of this image"
110
  ]
111
  ```
112
+ - **custom-caption:** Provides captions generated by
113
  [CLIP Interrogator](https://github.com/pharmapsychotic/clip-interrogator/tree/main) with `'ViT-H-14/laion2b_s32b_b79k'` model.
114
  Then filter with `'csv_filter.py'` to remove unlikely words, such as black and white, monochrome, grainy, desaturated, etc.
115
  For more details about the prompts filtering criteria,
116
  refer to the [Dataset-for-Image-Colorization](https://github.com/nick8592/Dataset-for-Image-Colorization.git) repository.
117
+ For example, bellow is one of the generated caption:
118
+ ```bash
119
+ ["there is a photo of a bear sitting in the grass, half grizzly bear, portrait of anthropomorphic bear, head of a bear, grizzly, grizzled, brown bear, by Mirko Rački, bear, half bear, by Jacek Sempoliński, staring, angry bear"]
120
+ ```
121
 
122
  ### Loading the Dataset
123