mollahsabbir commited on
Commit
8f2b013
·
1 Parent(s): a08bf2c

Update github link and file structure in readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,13 +52,13 @@ This dataset **does not redistribute original images**. It provides a CSV of ima
52
 
53
  **Usage:**
54
  1. Download the CSV (`nd400.csv`) from this dataset.
55
- 2. Use the provided `[prepare_dataset.py](https://github.com/mollahsabbir/Semantic-Drift-in-Unified-Models/prepare_dataset.py)` to organize images and captions for evaluation:
56
 
57
  ```
58
  <evaluation_data_root>/
59
- ├── captions-first/
60
  │ ├── gen-0.csv
61
- ├── images-first/
62
  │ └── gen-0/ (images)
63
  ```
64
 
 
52
 
53
  **Usage:**
54
  1. Download the CSV (`nd400.csv`) from this dataset.
55
+ 2. Use the provided [prepare_dataset.py](https://github.com/mollahsabbir/Semantic-Drift-in-Unified-Models/prepare_dataset.py) to organize images and captions for evaluation:
56
 
57
  ```
58
  <evaluation_data_root>/
59
+ ├── text-first/
60
  │ ├── gen-0.csv
61
+ ├── image-first/
62
  │ └── gen-0/ (images)
63
  ```
64