Skip to content

This project aims to score the driving sports automatically. We want to introduce the deep learning to sports areas.

Notifications You must be signed in to change notification settings

liyongqi67/DiveScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DriveScore 基于深度学习的跳水打分系统

第十届英特尔杯全国大学生软件创新大赛二等奖.(co-work with: 杜存宵)

1.简介

针对竞技赛事中,人工裁判两方面的不足。一方面,人工裁判员不可避免的会出现误判的情况;另一方面,一名富有经验的人工裁判也需要大量的时间,财力去培养。我们从0到1构建带有标签的跳水数据集,借助深度学习在视觉领域的优势,打造了一款基于深度学习和Intel Caffe的跳水打分系统。主要功能有以下三个:
一.智能打分:使用FocNet(深度学习模型)对用户上传的跳水视频给出分数
二.躯干识别:使用PoseNet(深度学习模型)识别上传视频中的关键点,以便清晰的展示跳水过程,并通过特征可视化来展示打分的可靠性
三.动作分析:使用ActionNet(深度学习模型)对上传视频进行动作分析,给出整个过程中精彩及不足的地方,以帮助运动员改正
Nowadays, a large number of human judges participate in sports games such as Diving and Gymnastics. However, because of the human’s subjectivity caused by intentions or instability, the grading may not correspond to players’ performance in one single event. This will unfortunately harm not only players but also countries and nations.

2.文件结构

DiveScore
├─ Code
│ ├─ FocNet
│ ├─ FoodNet
│ ├─ apache-tomcat-7.0.79
│ ├─ chatbot
│ └─ readme.txt
├─ Development document
│ └─ 项目开发文档.pdf
├─ Installation
│ └─ readme.txt
├─ Instruction document
│ └─ 软件使用手册.pdf
├─ Intro
│ └─ 项目中英文简介.pdf
├─ README.md
└─ Test document
└─ 项目测试文档.pdf

About

This project aims to score the driving sports automatically. We want to introduce the deep learning to sports areas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published