https://github.com/zozero/c3d
用于识别视频显示的动作
https://github.com/zozero/c3d
c3d pytorch
Last synced: about 2 months ago
JSON representation
用于识别视频显示的动作
- Host: GitHub
- URL: https://github.com/zozero/c3d
- Owner: zozero
- License: mit
- Created: 2022-07-11T10:03:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T01:06:24.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T17:15:50.552Z (about 1 year ago)
- Topics: c3d, pytorch
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3维卷积(C3D)
使用ucf101数据集: [链接](http://efrosgans.eecs.berkeley.edu/cyclegan/datasets/)
### 关于程序
用于识别视频显示的动作
代码基于唐宇迪老师所教授内容
编程语言和版本python3.9
该项目只用于学习