Skip to content

vineetrshenoy/VehicleCounting2021

Repository files navigation

Vehicle Counting

cam10

This repository contains the code to perform Vehicle Counting as part of Track 1 of the AI City Challenge 2021. See the associated paper Multi-Class, Multi-Movement Vehicle Counting on Traffic Camera Data.

To see the results from running the code, see the videos at this link

Instructions to run code

The code is heavily dependent on the input data as the trajectories are generated from the input. Unfortunately, this data must be obtained directly from the AI City Challenge Organizers. If you do obtain the data, here is how to run the code.

  1. Extract the data to your location of choice
  2. Change the file config/basic.ini and [DEFAULT][data_dir] to point to your data location
  3. Install the conda environment file
  4. From the highest level of the repository, run python src/main.py config/cam_10.ini for camera 10, for example. Change the config as necessary.

The entire workflow is run from the configuation files in config/. Here you will find the hyperparameters as well. Feel free to modify it as necessary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published