Skip to content

STAR-Tsinghua/EVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-assisted Video Analytics

Setup environment

Python3.7 is proved to be ok, and install packages in requirements.txt

Download the model

model path (for yolo and fastrcnn)

Run two terminals for ServerSystem and CameraSystem

ServerSystem

To run backend, please cd to ServerSys/backend, paste downloaded fastrcnn model in current dir, and enter 'python -m flask run --port 5001'

CameraSystem

Ensure that you have started ServerSys at localhost:5001(Changable in ./CameraSys/utils.py global variable 'HNAME')

cd to CameraSys, unzip downloaded yolo model into root of CameraSys

Run 'python main.py' to start camera pipeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages