tianzhuotao commited on
Commit
30c59c0
·
1 Parent(s): b42e001
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Important keys contained in JSON files:
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
  ```
 
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 <a href="https://github.com/dvlab-research/LISA/blob/main/utils/data_proc_demo.py">**script**</a> that demonstrates how to process the annotations:
97
  ```
98
  python3 utils/data_proc_demo.py
99
  ```