Skip to content

Commit 3b41bfb

Browse files
committed
vot
1 parent 58a21c2 commit 3b41bfb

8 files changed

+1049
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,27 @@ conda install cudnn=7.1.2
3131
```
3232

3333
# Models
34-
| Model | Size | Google Drive | Baidu Yun |
34+
| Model | Size | Google Drive | Baidu |
3535
|:-----:|:----:|:-------------:|:---------:|
36-
| SiamRPN | 215 MB | [model.ckpt-470277](https://drive.google.com/open?id=1t-rJSHWGgm_9VfqzZaLfhN5XZ8dotXSb) | [Mirror]() |
37-
| Verifier | 178 MB | [V_resnet50_VID_N-65624](https://drive.google.com/open?id=1jsGkEUinQwvotwWJzsMzXNaHOYkJrPeh) | [Mirror]() |
38-
| Skimming | 24 MB | [Skim](https://drive.google.com/open?id=10kqcAPw19fBLnoW4O0qQMUOAm7YgpWsg) | [Mirror]() |
36+
| SiamRPN | 215 MB | [model.ckpt-470277](https://drive.google.com/open?id=1t-rJSHWGgm_9VfqzZaLfhN5XZ8dotXSb) | [Mirror](https://pan.baidu.com/s/1Ft-OorgWQIh7rvWvdGodUA) |
37+
| Verifier | 178 MB | [V_resnet50_VID_N-65624](https://drive.google.com/open?id=1jsGkEUinQwvotwWJzsMzXNaHOYkJrPeh) | [Mirror](https://pan.baidu.com/s/1gHAaFAwgX5ROfaucaaGafQ) |
38+
| Skimming | 24 MB | [Skim](https://drive.google.com/open?id=10kqcAPw19fBLnoW4O0qQMUOAm7YgpWsg) | [Mirror](https://pan.baidu.com/s/1XRAbBfiQ32Ey52LYTJzErw) |
3939

4040
- extract `model.ckpt-470277` to `./RPN`
4141
- extract `V_resnet50_VID_N-65624` to `./Verifier`
4242
- extract `Skim` to `./Skim`
4343

4444
# Demo
45-
```
45+
```bash
4646
# modify 'PROJECT_PATH' in 'demo.py'
4747
python demo.py
4848
```
4949

50-
# Evaluation
51-
...
50+
# Evaluation on VOT
51+
[raw resluts (vot-toolkt version 6.0.3)](https://github.com/iiau-tracker/SPLT/tree/master/results),
52+
- modify 'PROJECT_PATH' in 'RPN_Verifier_Skim_top3.py'
53+
- add `set_global_variable('python', 'env -i <path/to/anaconda/envs/SPLT/bin/python>');` to `configuration.m`
54+
5255
# Training
5356
...
5457

0 commit comments

Comments
 (0)