Skip to content

coxfuture/Tensorflow-web-model-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow Model Testing Webapp

This is a flask webapp for testing tensorflow models. It uses opencv to stream the processed video and draw boxes around the objects you have defined for detection.

It's designed for a use case where you develop your models and write code on a local machine, but your GPU compute is done on a headless remote server. To use it, I recommend using an RTSP stream link, although local files and webcams are also supported, provided they are on the remote server. To use a webcam local to the server, type 0 in the rtsp link. For local files, give the full path.

It's a stripped down version of a more fully-featured video analytics system, currently a private repo. Please open an issue for any code that doesn't appear to do anything.

login page

About

eva video analytics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages