Spaces:
Paused
Paused
tianzhuotao
commited on
Commit
·
30c59c0
1
Parent(s):
b42e001
Update README.md
Browse filesFormer-commit-id: 67684b2f22f62e0e4365497a06210ae24d0c048b
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 |
```
|