Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBin-IIAU committed Jul 24, 2021
1 parent 75c05a9 commit 3a40834
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ STARK is implemented purely based on the PyTorch.
## What's new
**July 24, 2021**
- We release an extremely fast version of STARK called **STARK-Lightning** :zap: . It can run at **200~300 FPS** on a RTX TITAN GPU.
Besides, its performance can beat DiMP50, while the model size is even less than that of SiamFC! More details can be found at [STARK_Lightning_En.md](lib/tutorials/STARK_Lightning_En.md)/[中文教程](lib/tutorials/STARK_Lightning_En.md)
Besides, its performance can beat DiMP50, while the model size is even less than that of SiamFC!
More details can be found at [STARK_Lightning_En.md](lib/tutorials/STARK_Lightning_En.md)/[中文教程](lib/tutorials/STARK_Lightning_Ch.md)
**July 23, 2021**
- STARK is accepted by ICCV2021

Expand Down
4 changes: 3 additions & 1 deletion lib/tutorials/STARK_Lightning_Ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ python tracking/test.py stark_lightning_X_trt baseline_rephead_4_lite_search5 --
python tracking/test.py stark_lightning_X_trt baseline_rephead_4_lite_search5 --threads 0 --num_gpus 1
```
- 评估跟踪指标
```python tracking/analysis_results_ITP.py --script stark_lightning_X_trt --config baseline_rephead_4_lite_search5```
```
python tracking/analysis_results_ITP.py --script stark_lightning_X_trt --config baseline_rephead_4_lite_search5
```
5 changes: 3 additions & 2 deletions lib/tutorials/STARK_Lightning_En.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ If the user want to run the sequences one by one, you can run the following comm
python tracking/test.py stark_lightning_X_trt baseline_rephead_4_lite_search5 --threads 0 --num_gpus 1
```
- Evaluate the tracking results
```python tracking/analysis_results_ITP.py --script stark_lightning_X_trt --config baseline_rephead_4_lite_search5```

```
python tracking/analysis_results_ITP.py --script stark_lightning_X_trt --config baseline_rephead_4_lite_search5
```

0 comments on commit 3a40834

Please sign in to comment.