lygsbw commited on
Commit
5c90ecc
1 Parent(s): 3609704

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,4 +7,8 @@ UMG-41M can be used in the following ways:
7
 
8
  1. Unzip the zip packages of the individual subdatasets, each of which contains multiple subfolders. Each subfolder contains the JSON annotations corresponding to the images.
9
  2. Download the data for the individual subdatasets from their respective websites, and place the corresponding PNG images in the same folders as the JSON annotations.
10
- 3. Use the WebDataset library to access this data in the code. Our code for this is included in the repository at https://github.com/lygsbw/UMG-CLIP.
 
 
 
 
 
7
 
8
  1. Unzip the zip packages of the individual subdatasets, each of which contains multiple subfolders. Each subfolder contains the JSON annotations corresponding to the images.
9
  2. Download the data for the individual subdatasets from their respective websites, and place the corresponding PNG images in the same folders as the JSON annotations.
10
+ 3. Use the WebDataset library to access this data in the code.
11
+
12
+
13
+
14
+ Our code for UMG-CLIP will be available at https://github.com/lygsbw/UMG-CLIP.