Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

arunimasundar/Supervised-Learning-of-Procedures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Introduction

This system produces a set of comprehensible, step-by-step instructions from video input. The videos can be of two categories: Academic Videos and Exercise Videos. To enable extracting procedures from these videos, Text Recognition, Speech Recognition and Action Recognition are used.


Dependencies

  • python >= 3.5
  • Opencv >= 3.4.1
  • scikit-learn==0.22.2
  • tensorflow & keras
  • numpy & scipy
  • pathlib
  • pytesseract
  • SpeechRecognition

Usage

  • Download the graph models fromhere, and place it under the Pose folder.
  • python main.py e videoname.mp4, willperform action and speech recognition and write the actions and speech recognized from the video toexercise_video_output.txt.
  • python main.py e webcam, willperform action recognition in realtime.
  • python main.py a videoname.mp4, willperform text and speech recognition and write the text and speech recognized from the video toacademic_video_output.txt.

Training with own dataset

  • prepare data(actions) by runningmain.py, remember touncomment the code of data collecting, the origin data will be saved as a.txt.
  • transforming the.txt to.csv, you can use EXCEL to do this.
  • do the training with thetrain.py inAction/training/, remember tochange the action_enum and output-layer of model.

Test result

  • Check exercise_video_output.txt for exercise videos and academic_video_output.txt for academic videos.

Acknowledge

Thanks to the following works:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp