
Table 6: Theoretical distance per inference for Forklift with
speed of 11km/h.
Model mAP50 Inference (ms) Distance (cm)
YOLOv8n
a
0.661 147.7 45.14
YOLOv8n
b+c
(ours) 0.6485 102.5 31.32
YOLOv8n
b
(ours) 0.613 64.7 19.77
YOLOv8n
c
(ours) 0.684 37.8 11.55
4 CONCLUSIONS
This research findings confirmed that training the
YOLOv8 model with a class-specific dataset split
from the LOCO dataset greatly improved inference
efficiency, resulting in a 30.6% decrease in overall in-
ference time. Significantly, there were even more im-
provements in targeted detection tasks, with inference
times decreasing by 74.4% for transporting tools and
56.2% for carrying tools. When applied to a forklift
moving at a top speed of 11 km/h, this method re-
duced the distance covered per inference round from
45.14 cm to 31.32 cm, resulting in a minimum travel
distance of 11.55 cm when identifying transporting
equipment. Hence, these improvements were made
with only a 1.25% decrease in mAP, ensuring ade-
quate accuracy for real-world use.
In addition, the research discovered that decreas-
ing the image size setting in YOLOv8 resulted in a
notable decrease in inference times, which enhanced
its efficiency in real-time object detection. Yet, the
decrease in resolution led to failures in detection, es-
pecially for smaller objects. The results show that de-
creasing image size is most advantageous for datasets
with bigger object annotations, while the accuracy of
detection remains mostly unchanged. Hence, it is ad-
vised to utilize this technique in situations with high-
resolution photos and bigger objects to strike a perfect
equilibrium between speed of inference and perfor-
mance of detection.
ACKNOWLEDGEMENTS
We acknowledge the use of ChatGPT4o to enhance
the readability of our paper.
REFERENCES
Asdikian, J. P. H., Li, M., and Maier, G. (2024). Per-
formance evaluation of YOLOv8 and YOLOv9 on
custom dataset with color space augmentation for
Real-time Wildlife detection at the Edge. In 2024
IEEE 10th International Conference on Network Soft-
warization (NetSoft), pages 55–60. ISSN: 2693-9789.
Behrje, U., Himstedt, M., and Maehle, E. (2018). An Au-
tonomous Forklift with 3D Time-of-Flight Camera-
Based Localization and Navigation. In 2018 15th
International Conference on Control, Automation,
Robotics and Vision (ICARCV), pages 1739–1746.
Cidal, G. M., Cimbek, Y. A., Karahan, G., B
¨
oler, O. E.,
¨
Ozkardesler, O., and
¨
Uvet, H. (2019). A Study
on the Development of Semi Automated Warehouse
Stock Counting System. In 2019 6th International
Conference on Electrical and Electronics Engineering
(ICEEE), pages 323–326.
Clavero, C., Patricio, M. A., Garc
´
ıa, J., and Molina, J. M.
(2024). DMZoomNet: Improving Object Detection
Using Distance Information in Intralogistics Environ-
ments. IEEE Transactions on Industrial Informatics,
20(7):9163–9171. Conference Name: IEEE Transac-
tions on Industrial Informatics.
Jocher, G., Qiu, J., and Chaurasia, A. (2023). Yolov8 by
ultralytics. original-date: 2022-09-11T16:39:45Z.
Khalfallah, S., Bouallegue, M., and Bouallegue, K. (2024).
Object detection for autonomous logistics: A yolov4
tiny approach with ros integration and loco dataset
evaluation. Engineering Proceedings, 67(1).
Mayershofer, C., Holm, D.-M., Molter, B., and Fottner,
J. (2020). LOCO: Logistics Objects in Context. In
2020 19th IEEE International Conference on Machine
Learning and Applications (ICMLA), pages 612–617.
Mohamed, I. S., Capitanelli, A., Mastrogiovanni, F.,
Rovetta, S., and Zaccaria, R. (2018). Detection, local-
isation and tracking of pallets using machine learning
techniques and 2D range data.
Savas, R. and Hinckeldeyn, J. (2022). Critical Eval-
uation of LOCO dataset with Machine Learning.
arXiv:2209.13499 [cs].
Zaccaria, M., Giorgini, M., Monica, R., and Aleotti, J.
(2021). Multi-Robot Multiple Camera People Detec-
tion and Tracking in Automated Warehouses. In 2021
IEEE 19th International Conference on Industrial In-
formatics (INDIN), pages 1–6.
Zaccaria, M., Monica, R., and Aleotti, J. (2020). A Com-
parison of Deep Learning Models for Pallet Detection
in Industrial Warehouses. In 2020 IEEE 16th Interna-
tional Conference on Intelligent Computer Communi-
cation and Processing (ICCP), pages 417–422.
Class-Specific Dataset Splitting for YOLOv8: Improving Real-Time Performance in NVIDIA Jetson Nano for Faster Autonomous Forklifts
793