zahid58 / yolov5_dhakaAI

Dhaka AI traffic detection challenge using Yolo and other models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dhaka AI traffic detection challenge using Yolo and other models

by IUT_CV_LAB

Open Starter Notebook In Colab

The implementation of yolov5 is taken from https://github.com/ultralytics/yolov5.

We modified the implementations for participating in Dhaka AI Traffic Vehicle Detection Challenge 2020.

During the course of competitions, we tried Yolov3, Yolov5, Hybrid Models such as Yolov5+ResNet. We also experimented with Hierarchical models (where we group similar vehicles in one category; after detecting the general class of vehicle with one model, we used another model for more specific classification)

The repository is no longer maintained.

About

Dhaka AI traffic detection challenge using Yolo and other models

License:GNU General Public License v3.0


Languages

Language:Python 96.2%Language:Shell 2.7%Language:Dockerfile 1.1%