Update README.md
Browse files
README.md
CHANGED
@@ -43,4 +43,9 @@ M2RAG/
|
|
43 |
├──imgs.lineidx.new
|
44 |
└──imgs.tsv
|
45 |
```
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
43 |
├──imgs.lineidx.new
|
44 |
└──imgs.tsv
|
45 |
```
|
46 |
+
|
47 |
+
❗️Note:
|
48 |
+
|
49 |
+
- If you encounter difficulties when downloading the images directly, please download and use the pre-packaged image file ```M2RAG_Images.zip``` instead.
|
50 |
+
|
51 |
+
- To obtain the ```imgs.tsv```, you can follow the instructions in the [WebQA](https://github.com/WebQnA/WebQA?tab=readme-ov-file#download-data) project. Specifically, you need to first download all the data from the folder [WebQA_imgs_7z_chunks](https://drive.google.com/drive/folders/19ApkbD5w0I5sV1IeQ9EofJRyAjKnA7tb), and then run the command ``` 7z x imgs.7z.001```to unzip and merge all chunks to get the imgs.tsv.
|