Skip to content

Training detection models (RetinaNet and SSD) to detect road objects, then applying a model to real world traffic video from Moscow.

License

Notifications You must be signed in to change notification settings

RadyaSRN/road-objects-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In nbviewer Open In Kaggle Open In Colab W&B Report

Road objects detection

Training detection models (RetinaNet and SSD) to detect road objects, then applying a model to real world traffic video from Moscow.

road-objects-detection-20fps

Detection dataset

For model training the Traffic Road Object Detection Polish 12k was used.

Usage

  • The first option is to open and run the notebook /notebooks/road_objects_detection.ipynb with comments and visualizations in Kaggle or Google Colab.

  • The second option is cloning the repo, installing the needed requirements, and working locally:

git clone https://github.com/RadyaSRN/road-objects-detection.git
cd road-objects-detection
conda create -n roadobj python=3.10
conda activate roadobj
pip install -r requirements.txt

About

Training detection models (RetinaNet and SSD) to detect road objects, then applying a model to real world traffic video from Moscow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published