Skip to content

Latest commit

 

History

History
 
 

people_counting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Count pedestrian number example

This example demonstrates how to use VQPy to generate a query that returns the total number of pedestrians at a crosswalk.

Environment preparation

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

Download Dataset

TO BE ADDED.

Run Example

You can simply use python main.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.