Skip to content

GeorgyKonoplich/vehicle_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vehicle_detection

Detecting small objects such as vehicles in aerial images is a complicated problem, because it is difficult or impossible to find a suitable feature space to solve the problem for small objects.

In this project is presented DNN for vehicle detection

To implement DNN, we used Keras library , written in Python and capable of running on top of either TensorFlow or Theano.