Skip to content

Commit 6aa1f1c

Browse files
authored
Update README.md
1 parent cac409f commit 6aa1f1c

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

tools/eval/README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Supported datasets:
2222
- [ICDAR](#icdar2003)
2323
- [IIIT5K](#iiit5k)
2424
- [Mini Supervisely](#mini-supervisely)
25+
- [OTB](#otb)
2526

2627
## ImageNet
2728

@@ -211,4 +212,37 @@ Run evaluation on quantized model with the following command :
211212

212213
```shell
213214
python eval.py -m pphumanseg_q -d mini_supervisely -dr /path/to/pphumanseg
214-
```
215+
```
216+
217+
218+
## OTB
219+
220+
### Prepare data
221+
222+
Please visit [here](https://drive.google.com/drive/folders/1DZvtlnG9U94cgLD6Yi3eU7r6QZJkjdl-?usp=sharing) to download the OTB dataset and the json file. Organize files as follow:
223+
224+
```shell
225+
$ tree -L 2 /path/to/otb
226+
.
227+
├── Basketball
228+
│   ├── groundtruth_rect.txt
229+
│   ├── img
230+
│   │ └── XXXX.jpg
231+
├── Biker
232+
│   ├── groundtruth_rect.txt
233+
│   ├── img
234+
│   │ └── XXXX.jpg
235+
.
236+
.
237+
.
238+
.
239+
└── OTB.json
240+
```
241+
242+
### Evaluation
243+
244+
Run evaluation with the following command:
245+
246+
```shell
247+
python eval.py -m dasiamrpn -d otb -dr /path/to/otb
248+
```

0 commit comments

Comments
 (0)