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 524013e commit 3fb821d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/tutorials/STARK_Lightning_Ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
|DiMP50|56.8|~50|165|
|DaSiamRPN|41.5|~200|362|
|SiamFC|33.6|~100|8.9|

STARK-Lightning取得了比DiMP50更强的性能,运行速度和DaSiamRPN一样快 :zap: ,而模型大小比SiamFC还要更小一些!
## (非必须) 训练 STARK-Lightning
运行下面的指令,可8卡并行训练
Expand Down
3 changes: 2 additions & 1 deletion lib/tutorials/STARK_Lightning_En.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and use ONNXRUNTIME to further accelerate the inference. The accelerated STARK-L
|DiMP50|56.8|~50|165|
|DaSiamRPN|41.5|~200|362|
|SiamFC|33.6|~100|8.9|
STARK-Lightning achieves better performance than DiMP50, runs at a competitive speed as DaSiamRPN, and has a smaller model size than SiamFC!

STARK-Lightning achieves better performance than DiMP50, runs at a competitive speed as DaSiamRPN :zap: , and has a smaller model size than SiamFC!
## (Optionally) Train STARK-Lightning
Train STARK-Lightning with 8 GPUs with the following command
```
Expand Down

0 comments on commit 3fb821d

Please sign in to comment.