Skip to content

stjuliet/flask_video_object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_video_object_detection

step

Requirements

  • windows
  • python >= 3.6.0
  • opencv-python >= 4.2.X
  • flask >= 1.0.0

Demo

  • Inference with v3-fastest

    python main.py --model v3_fastest --det True

  • Inference with v4-tiny

    python main.py --model v4_tiny --det True

  • Inference with v5-dnn

    python main.py --model v5_dnn --det True

  • Inference with NanoDet

    python main.py --model vx_ort --det True

Reference

About

web端视频目标检测demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published