Skip to content

wtchrs/movenet-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveNet Test Repository

Getting started

Requirements:

  • tensorflow
  • tensorflow-hub
  • opencv-python
  • numpy
  • pandas
  • matplotlib
  • scikit-learn
  • pygame
  • cuda, cudnn (in case of using nvidia gpu)

Just run following command to get above packages:

pip install tensorflow tensorflow-hub opencv-python numpy pandas matplotlib scikit-learn pygame

Or, using requirements.txt:

pip install -r requirements.txt

And now you can run the following command(with webcam).

python src/stop-dumping.py

Or with RTSP video.

python src/stop-dumping.py -u rtsp://your-rtsp-url.com:554

About

MoveNet Test Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published