未验证 提交 bd036a40 编写于 作者: Q qiceng 提交者: GitHub

update_TSM (#5605)

上级 f8e1a3d6
......@@ -3,7 +3,7 @@ Model_Info:
name: "PP-TSM"
description: "PP-TSM是PaddleVideo自研的实用产业级视频分类模型,考虑精度和速度的平衡,进行模型瘦身和精度优化,在Kinetics-400数据集上精度较原论文提升4个点。"
description_en: "PP-TSM is a practical industrial video classification model developed by PaddleVideo. We slim the model size and optimize the accuracy with the considerations of the trade-off between speed and precision and achieve 76.16% in Kinetics-400 dataset."
icon: "@后续UE统一设计之后,会存到bos上某个位置"
icon: "https://user-images.githubusercontent.com/59186797/203051256-8ba37e13-a451-41b8-8066-d1e20ec1f621.jpg"
from_repo: "PaddleVideo"
Task:
- tag_en: "Video"
......@@ -20,7 +20,7 @@ Example:
url: "https://aistudio.baidu.com/aistudio/projectdetail/3473391?contributionType=1"
url_en:
Datasets: "Kinetics-400, UCF-101"
Pulisher: "Baidu"
Publisher: "Baidu"
License: "apache.2.0"
Paper:
- title: "TSM: Temporal Shift Module for Efficient Video Understanding"
......
......@@ -59,6 +59,7 @@
},
"outputs": [],
"source": [
"!mkdir -p ~/work\n",
"%cd ~/work\n",
"# 克隆PaddleVideo(从gitee上更快),本项目以做持久化处理,不用克隆了。\n",
"!git clone https://github.com/PaddlePaddle/PaddleVideo"
......
......@@ -59,8 +59,8 @@
},
"outputs": [],
"source": [
"!mkdir -p ~/work\n",
"%cd ~/work\n",
"\n",
"!git clone https://github.com/PaddlePaddle/PaddleVideo"
]
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册