File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Supported datasets:
2222- [ ICDAR] ( #icdar2003 )
2323- [ IIIT5K] ( #iiit5k )
2424- [ Mini Supervisely] ( #mini-supervisely )
25-
25+ - [ OTB] ( #otb )
26+ -
2627## ImageNet
2728
2829### Prepare data
@@ -211,4 +212,37 @@ Run evaluation on quantized model with the following command :
211212
212213``` shell
213214python eval.py -m pphumanseg_q -d mini_supervisely -dr /path/to/pphumanseg
214- ```
215+ ```
216+
217+
218+ ## OTB
219+ The script is modified based on [ PyTracking] ( https://github.com/visionml/pytracking )
220+
221+ ### Prepare data
222+
223+ Please download the mini_supervisely data from [ here] ( ) which includes the validation dataset and unzip it.. Organize files as follow:
224+
225+ ``` shell
226+ $ tree -L 2 /path/to/otb
227+ .
228+ ├── Basketball
229+ │ ├── groundtruth_rect.txt
230+ │ ├── img
231+ │ │ ├── xxxx.jpg
232+ ├── Biker
233+ │ ├── groundtruth_rect.txt
234+ │ ├── img
235+ │ │ ├── xxxx.jpg
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+ ```
You can’t perform that action at this time.
0 commit comments