Skip to content

Commit

Permalink
add imageio warn in TableTennis's Recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Feb 28, 2022
1 parent 7904b2c commit efef3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/TableTennis/ActionRecognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- [模型部署](#模型部署)
- [参考论文](#参考论文)

在开始使用之前,您可能需要按照以下命令安装额外的依赖包:
```bash
python -m pip install imageio
```

## 模型简介
该代码库用于乒乓球动作识别, 基于paddle2.2版本开发,结合PaddleVideo中的VideoSwinTransformer模型,对给定的乒乓球视频进行动作分类。
Expand Down

0 comments on commit efef3c3

Please sign in to comment.