Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
TSM_pytorch
Commits
aede76e7
Commit
aede76e7
authored
Nov 20, 2023
by
Sugon_ldc
Browse files
modify readme picture and dockerfile
parent
fe2ea1ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
aede76e7
...
@@ -12,7 +12,7 @@ TSM模型的结构由一个时间偏移模块和一个分类器组成,其中
...
@@ -12,7 +12,7 @@ TSM模型的结构由一个时间偏移模块和一个分类器组成,其中
## 算法原理
## 算法原理
TSM模型通过在时间维度上应用偏移操作,将输入的视频特征序列进行平移,从而利用时间信息的不同偏移版本来增强模型对视频动态变化的感知能力。
TSM模型通过在时间维度上应用偏移操作,将输入的视频特征序列进行平移,从而利用时间信息的不同偏移版本来增强模型对视频动态变化的感知能力。


## 环境配置
## 环境配置
...
@@ -27,7 +27,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p
...
@@ -27,7 +27,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --p
此处提供dockerfile的使用方法
此处提供dockerfile的使用方法
```
```
cd ./docker
cd ./docker
docker build --no-cache -t
yolov5:6
.0 .
docker build --no-cache -t
tsm:1
.0 .
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
```
```
### Anaconda(方法三)
### Anaconda(方法三)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment