wei2912 commited on
Commit
e00f9a7
·
verified ·
1 Parent(s): 39ae1ea

docs(README): add instructions for running preparation script

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -56,14 +56,11 @@ configs:
56
 
57
  ## Dataset Usage
58
 
59
- This version of the dataset is prepared by combining the [JSON annotations](https://github.com/zwenyu/SPHERE-VLM/tree/main/eval_datasets/coco_test2017_annotations) with the corresponding images from [MS COCO-2017](https://cocodataset.org). The script used can be found at `prepare_parquet.py`.
 
60
 
61
  Please note that the images are subject to the [Terms of Use of MS COCO-2017](https://cocodataset.org/#termsofuse):
62
 
63
  > Images
64
  >
65
  > The COCO Consortium does not own the copyright of the images. Use of the images must abide by the Flickr Terms of Use. The users of the images accept full responsibility for the use of the dataset, including but not limited to the use of any copies of copyrighted images that they may create from the dataset.
66
-
67
- ## Evaluation
68
-
69
- For the code used to evaluate VLMs on our dataset, please see our GitHub repository at https://github.com/zwenyu/SPHERE-VLM.
 
56
 
57
  ## Dataset Usage
58
 
59
+ This version of the dataset is prepared by combining the [JSON annotations](https://github.com/zwenyu/SPHERE-VLM/tree/main/eval_datasets/coco_test2017_annotations) with the corresponding images from [MS COCO-2017](https://cocodataset.org).
60
+ The script used can be found at `prepare_parquet.py`, to be executed in the root of [our GitHub repository](https://github.com/zwenyu/SPHERE-VLM).
61
 
62
  Please note that the images are subject to the [Terms of Use of MS COCO-2017](https://cocodataset.org/#termsofuse):
63
 
64
  > Images
65
  >
66
  > The COCO Consortium does not own the copyright of the images. Use of the images must abide by the Flickr Terms of Use. The users of the images accept full responsibility for the use of the dataset, including but not limited to the use of any copies of copyrighted images that they may create from the dataset.