adampower48 / AI-City-Anomaly-Detection

My implementation of the vehicle anomaly detection from https://github.com/ShuaiBai623/AI-City-Anomaly-Detection
10 stars 4 forks source link

Adapted from: https://github.com/ShuaiBai623/AI-City-Anomaly-Detection

Usage

Change the strings in test.py to fit your needs.
Run test.py

Using different models

All models are from the mmdetection framework. (https://github.com/open-mmlab/mmdetection)
To use another model:

See detector_results.txt for rough performances for the models I tested.

Code Structure

Problems

I had to make some small changes to the mmdetection code to make training/testing detectors work.
The standard library should work for testing the whole code though.

I couldn't get cascade/faster rcnn working properly, after training they produced no detection results.

Other notes