Thesis Details

Určení obsazenosti parkoviště z obrazu

Bachelor's Thesis Student: Dubovec Pavol Academic Year: 2020/2021 Supervisor: Herout Adam, prof. Ing., Ph.D.
English title
Occupancy Estimation of a Parking Lot from Images
Language
Czech
Abstract

When determining the number of vehicles in the pictures of carparks that do not have the appropriate parameters needed for processing, the problem of vehicle counting can be quite complex. The aim of this work is to create an application that detects the number of vehicles in the selected photo, regardless of selected carpark view. This detection will be performed using machine learning, based on a model, created by training on trained data, which consists of photographs of parking lots from different perspectives and positions. The problem was solved in an unconventional way, by splitting the pictures with the parking lot into several areas of interest (zones) and creating anotations from these areas, using the created application specialized for this task. The images are then formatted to the same size. These prepared cutouts are then loaded to the Keras API, which is used to train the model. The aim was to create a model that would be versatile enough to determine the number of vehicles in a photograph in any environment (time, weather, weather conditions) and in the shortest possible time. Currently, the model can predict the correct number of vehicles in the cutout on test data with an accuracy of 87% and with a first order error of 95%. This work focuses on solving this problem in real time. It is a classification into 7 classes (0-6 vehicles). This solution could be interesting especially for static cameras in atypical places (eg side view), or it is important for them to capture certain areas.

Keywords

Object counting, Vehicle counting, Application development, Deep Learning

Department
Degree Programme
Information Technology
Files
Status
defended, grade B
Date
14 June 2021
Reviewer
Committee
Čadík Martin, doc. Ing., Ph.D. (DCGM FIT BUT), předseda
Bařina David, Ing., Ph.D. (DCGM FIT BUT), člen
Burget Radek, doc. Ing., Ph.D. (DIFS FIT BUT), člen
Češka Milan, doc. RNDr., Ph.D. (DITS FIT BUT), člen
Jaroš Jiří, doc. Ing., Ph.D. (DCSY FIT BUT), člen
Citation
DUBOVEC, Pavol. Určení obsazenosti parkoviště z obrazu. Brno, 2021. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2021-06-14. Supervised by Herout Adam. Available from: https://www.fit.vut.cz/study/thesis/24012/
BibTeX
@bachelorsthesis{FITBT24012,
    author = "Pavol Dubovec",
    type = "Bachelor's thesis",
    title = "Ur\v{c}en\'{i} obsazenosti parkovi\v{s}t\v{e} z obrazu",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2021,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/24012/"
}
Back to top