
were used for classification. The focus was on im-
proving the ability to detect parking spaces without
relying on visible parking lines. The authors in the
paper, used VQA-based car parking occupancy de-
tection using YOLOv5 and intent classification us-
ing RASA NLU. The model has also been tested in
low-light conditions, but the predictions were incor-
rect. In (Huang, He, et al. 2021), the model is specifi-
cally trained to detune the car at night using Yolov3
and the MobileNet v2 network. In (Amato, Fabio, et
al. 2016), the authors employed the encoder-decoder
structure of SID deep learning approaches to fuse the
YOLO model, which was trained with night- time
data, with the SSD (Single-Slot Detector) model in
order to identify employing smart camera networks.
In (Duy-Linh, Xuan-Thuy, et al. 2023), it enhances
the backbone, neck, and head modules of the network
to improve YOLOv5 for parking lot identification in
smart parking systems. These changes aim to sim-
plify processes, improve workflow, and detection per-
formance.
Recent advancements in automatic car parking
systems highlight the versatility of YOLOv8 across
diverse applica- tions. In one study, an ”Advanced
Car Parking System” integrated with Arduino Uno
and IoT demonstrated real-time parking availabil-
ity, enhancing user convenience while reducing traf-
fic congestion (Sharmila, Rohinth, et al. 2024). A
comparative survey found YOLOv8 to be the most
efficient for object detection in smart car parking
systems, particularly when combined with OpenCV
and EasyOCR for improved image enhancement and
number plate identification (Naik, Borkar, et al.
2024). Additionally, research employing YOLOv5
and CNN for Automated Number Plate Recogni-
tion (ANPR) has improved efficiency in park- ing
management (Surve, Shirsat, et al. 2023). Other
studies have developed smart parking systems using
YOLOv5 and ResNet50, achieving high mean Av-
erage Precision (mAP) for parking space detection
on low-computation devices (Balusamy, Shanmugam,
et al. 2024). Notably, a novel approach utilizing
YOLOv8 for real-time identification of vacant and oc-
cupied parking slots demonstrated signifi- cant im-
provements in parking space management (Shankar,
Singh, et al. 2024). Moreover, the integration of
YOLOv8 with Optical Character Recognition (OCR)
technologies has shown substantial advancements in
character recognition accuracy for number plate de-
tection (Sarhan, Rahem, et al. 2024). Collectively,
these findings suggest that YOLOv8 not only excels
in parking-related tasks but also showcases its adapt-
ability and efficiency across various domains.
Object detection techniques are categorized into
traditional methods and deep learning-based ap-
proaches. Tradi- tional methods, such as Viola-Jones,
SIFT, and HOG, are slower due to computational lim-
itations. In contrast, deep learning mimics human
brain analysis, recognizing complex patterns in im-
ages and text for accurate predictions, and automating
tasks like image description and audio transcription.
1. Introduced in 2001 by Paul Viola and Michael
Jones, the Viola–Jones object detection framework
is a machine learning system primarily designed for
face detection but adaptable to various objects. While
it may not match the accuracy of convolutional neu-
ral networks, its efficiency and compact size make it
suitable for scenarios with limited computational re-
sources (Viola and Jones, 2001). Another approach
in computer vision is the HOG, which counts gra-
dient orientations in specific image areas, though
it faces challenges like slow processing speed and
limitations with scale and light variations in human
detection (Dalal and Triggs, 2005). Additionally,
David Lowe’s SIFT algorithm, dating back to 1999,
is widely used for identifying, characterizing, and
matching local features in images. Its applications
span object recognition, image stitching, 3D model-
ing, gesture recognition, video tracking, wildlife iden-
tification, robotic mapping, and navigation, ensuring
reliable object identification through feature descrip-
tions extracted from training images (Paolo, Andrea
Prati, et al 2012).
2. R-CNN (Regions with CNN Features) revolu-
tionized object detection by combining CNNs with
region pro- posals, significantly improving accuracy
(Gandhi, 2018). The SSD excels in balancing speed
and efficiency for real-time object recognition, mak-
ing a notable impact on applications requiring quick
and precise identification. YOLO is a real-time object
recognition technique known for efficiently locating
and identifying multiple objects within an image or
video frame, streamlining the process for enhanced
speed and effectiveness (Ding and Yang, 2019).
2.1 Objectives
The project focuses on the following objectives. Pro-
pose and implement a deep learning algorithm for
the detec- tion of vacant and occupied slots in a car
parking system. The developed solution should be
able to detect the slots both for daylight and low-
light scenes. Further employ a menu-based question-
answering system, facilitated by a questionnaire, to
understand the user requirements and answer accord-
ingly.
INCOFT 2025 - International Conference on Futuristic Technology
836