Master's Thesis
Object tracking based on real-time video streaming for autonomous vehicles.
This is my master’s thesis work. I have translated the abstract, but the thesis PDF is still in French.
Title: Object Detection Based on Real-Time Video Streaming
Abstract
The integration of artificial intelligence and the Internet of Things (IoT) has been an active research topic in recent years, particularly with the emergence of high-speed internet and 5G. Connected machines are increasingly required to perform difficult tasks that cannot be easily carried out under human control. This thesis proposes an approach that uses an onboard camera, a Global Positioning System (GPS) module, and a machine learning model to detect and track objects. This approach is more cost-effective and adaptable to autonomous vehicle environments. Our framework improved execution time, including latency, by dividing tasks into parallel processes. This reduced processing time, and we implemented object detection using YOLO V4, with the ability to perform calculations on the connected device to save time and distribute tasks. The test results showed that the object tracking framework we designed performed well in overcoming obstacles along the route. Its implementation achieved promising performance, opening the possibility of exploring new applications in domains such as tourism and crime prevention.
If you have any feedback or comments, please feel free to leave them in the section below. Thank you!