From 57988922517b1a2c78f07659bcad78ccfbe29d33 Mon Sep 17 00:00:00 2001 From: Double_V Date: Fri, 13 Mar 2020 11:37:45 +0800 Subject: [PATCH] update the link of released models in tracking (#4412) * do not print stack frame when train process killed * add note about VOT does not support windows platform! * add note about VOT does not support windows platform! * add note about VOT does not support windows platform! * do not print stack frame when train process killed * update the link of released models --- PaddleCV/tracking/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PaddleCV/tracking/README.md b/PaddleCV/tracking/README.md index aa326444..10e830eb 100644 --- a/PaddleCV/tracking/README.md +++ b/PaddleCV/tracking/README.md @@ -264,8 +264,8 @@ jupyter notebook --ip 0.0.0.0 --port 8888 | 数据集 | 模型 | Backbone | 论文结果 | 训练结果 | 模型| | :-------: | :-------: | :---: | :---: | :---------: |:---------: | -|VOT2018| ATOM | Res18 | EAO: 0.401 | 0.399 | [model]() | -|VOT2018| ATOM | AlexNet | EAO: 0.188 | 0.211 | [model]() | +|VOT2018| ATOM | Res18 | EAO: 0.401 | 0.399 | [model](https://paddlemodels.cdn.bcebos.com/paddle_track/vot/ATOM.tar) | +|VOT2018| SiamFC | AlexNet | EAO: 0.188 | 0.211 | [model](https://paddlemodels.cdn.bcebos.com/paddle_track/vot/SiamFC.tar) | ## 引用与参考 -- GitLab