Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yrcong committed May 1, 2023
1 parent 2790513 commit 02fda1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ a) Download the original annotation of Open Images V6 (oidv6/v4-train/test/valid

b) Download the OIv6 images provided by [Rongjie Li](https://github.com/SHTUPLUS/PySGG/blob/main/DATASET.md) and unzip it.

c) Change the paths in process.py. The images will be renamed (since the COCO tool only supports numeric image names) and the COCO-like annotations will be produced. You can also download the annotations with [the link](https://drive.google.com/file/d/1kWeG3O071Bx17KI7oLbMdgGvE5xmyY8k/view?usp=share_link), but still need to rename the images.
c) Change the paths in [process.py](https://github.com/yrcong/RelTR/blob/main/data/process.py). The images will be renamed (since the COCO tool only supports numeric image names) and the COCO-like annotations will be produced. You can also download the annotations with [the link](https://drive.google.com/file/d/1kWeG3O071Bx17KI7oLbMdgGvE5xmyY8k/view?usp=share_link), but still need to rename the images.

d) Put the renamed images in the ```data/oi/images/``` and the annotations in ```data/oi/```.

0 comments on commit 02fda1c

Please sign in to comment.