tianzhuotao commited on
Commit
d11ae8e
·
1 Parent(s): 334d737

Update README.md

Browse files

Former-commit-id: 4734e30c478b1dda76216951ffd9f4ef0a299674

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -91,7 +91,12 @@ Important keys contained in JSON files:
91
  - "shapes": target polygons.
92
  ```
93
 
94
- The elements of the "shapes" exhibit two categories, namely **"target"** and **"ignore"**. The former category is indispensable for evaluation, while the latter category denotes the ambiguous region and hence disregarded during the evaluation process. We provide a script that demonstrates how to process the annotations.
 
 
 
 
 
95
 
96
  Besides, we leveraged GPT-3.5 for rephrasing instructions, so images in the training set may have **more than one instructions (but fewer than six)** in the "text" field. Users can randomly select one instruction as the text query to obtain a better model.
97
 
 
91
  - "shapes": target polygons.
92
  ```
93
 
94
+ The elements of the "shapes" exhibit two categories, namely **"target"** and **"ignore"**. The former category is indispensable for evaluation, while the latter category denotes the ambiguous region and hence disregarded during the evaluation process.
95
+
96
+ We provide a script that demonstrates how to process the annotations.
97
+ ```
98
+ python3 utils/data_proc_demo.py
99
+ ```
100
 
101
  Besides, we leveraged GPT-3.5 for rephrasing instructions, so images in the training set may have **more than one instructions (but fewer than six)** in the "text" field. Users can randomly select one instruction as the text query to obtain a better model.
102