Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 741 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 741 Bytes

Queue Analysis

The example demonstrates how to use VQPy to analyze queue length and waiting time at a checkout counter. Queue analysis is crucial for retail stores to optimize customer experience and improve operational efficiency.

Environment preparation

You can follow the instructions here to prepare your environment for VQPy.

Run Example

You can use python queue_analysis.py to run the example. Below are the arguments you need to specify.

  • --path: your own video dataset path.
  • --save_folder: the folder that you preferred to save the query result.
  • --polygon: the polygon coordinates of the queue area.

Deep Vision Demo

Queue Analysis