Skip to content

[Paper] Deep Learning applied to Road Accident Detection with Transfer Learning and Synthetic Images

License

Notifications You must be signed in to change notification settings

tamagusko/nordicopendata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nordic AI & Open Data Hackathon (18-19 of March 2022)

Intelligent Real-time Accident Warning System (IRAWS)

The project uses transfer learning (base model: EfficientNetB1) with deep learning to train a model to detect unusual events (skids, vehicles off-street, and on the wrong lane). To this end, images from the cameras of the Nordic countries' highways provided in the dataset were used. The team generated fake images from these real ones to simulate the unusual events. The last layer of the base model (classes) was eliminated, and the model was retrained to identify roads with normal flow and unusual events.

Team:

Matheus Correia (transportation specialist)
Minh Anh Huynh (backend dev/speaker)
Tiago Tamagusko (backend dev/transportation specialist)

Concept (Pitch)

Concept

Technical Detais

You can see more details about the models here.

MVP

Site: image2alarm.herokuapp.com/ (base model: MobileNetV2)

MVP

How to use MVP

Just drag and drop images from trained cameras:


Codes and data are protected. Please see LICENSE for details.