Browse Source

Update README.md

master
Fazıl Altınel 6 years ago
committed by GitHub
parent
commit
d1a508df86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -2,7 +2,7 @@
# Self-Driving Car Traffic Light Detection and Classification # Self-Driving Car Traffic Light Detection and Classification
## Overview ## Overview
This repository contains TensorFlow implementation of traffic light detection and classification task of images taken using a self-driving car.
This repository contains TensorFlow implementation of traffic light detection and classification task for Udacity annotated self-driving dataset.
### Method ### Method
In order to detect traffic lights, a pre-trained model is used (Single Shot Multibox Detector (SSD) with Inception v2 from the TensorFlow Zoo on MS-COCO dataset). The object detector is lightweight. However, the detection accuracy is not high under some conditions such as occlusion. More complex object detectors can perform better. In order to detect traffic lights, a pre-trained model is used (Single Shot Multibox Detector (SSD) with Inception v2 from the TensorFlow Zoo on MS-COCO dataset). The object detector is lightweight. However, the detection accuracy is not high under some conditions such as occlusion. More complex object detectors can perform better.

Loading…
Cancel
Save