Skip to content

Commit 5867025

Browse files
authored
Update README.md
1 parent 3d168fc commit 5867025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytracking/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@ For more details, please refer to GOT-10K ([Github](https://github.com/got-10k/t
6969
To run and evaluate the tracker using GOT-10k toolkit, you have to modify the ```/tracker/trdimp/trdimp.py``` to ensure it supports the input and output formats of GOT-10k toolkit. ```/tracker/trdimp/trdimp_for_GOT.py``` is an example.
7070

7171
**Run the tracker on the GOT-10k**
72+
7273
This is done using the provided ```GOT10k_GOT.py``` script. You can also write your own script. More details can be found in [GOT-10k](https://github.com/got-10k/toolkit.git)
7374
```bash
7475
python GOT10k_GOT.py --tracker_name tracker_name --tracker_param tracker_param
7576
```
7677
Here, ```tracker_name``` is the name of tracker, e.g. ```trdimp```, ```tracker_param``` is the parameter setting, e.g. ```trdimp``` and ```trsiam```.
7778

7879
**Run the tracker on other benchmarks using GOT-10k toolkit**
80+
7981
Please refer to ```GOT10k_NFS.py```, ```GOT10k_UAV.py```, ```GOT10k_VOT.py``` for detials. Do not forget to change the dataset path in these scripts.
8082
For example, to run and evaluate the TrDiMP and TrSiam on the NFS dataset:
8183
```bash

0 commit comments

Comments
 (0)