1. Traffic Detection based on traffic images
2. Traffic Anamoly Detection based on traffic videos
Traffic Detection Dataset: link
In this project we will Benchmark, Compare and Analyze some of the most recent and State of the Art Object Detection models to be able to choose what suits best for our Traffic Detection Dataset. Following are the Object Detection models we will explore:
- YOLOv8
- YOLOv9
- YOLOv10
You can find the trained model weights here:
model weights
Detection of Traffic Anomaly : DoTA
We will use the pretrained MOVAD model and evaluate the performance on 20 video.
MOVAD is built on two primary modules: a Short-Term Memory Module, which extracts information about ongoing actions using a Video Swin Transformer (VST), and a Long-Term Memory Module integrated into the classifier, leveraging a Long-Short Term Memory (LSTM) network to consider past information and action context.
MEMORY-AUGMENTED ONLINE VIDEO ANOMALY DETECTION
MOVAD repo
YOLOv10: Real-Time End-to-End Object Detection
yolov10-vs-yolov9