I finally for the camera working on the raspberry pi, however, it doesn’t seem very stable. The AI hat might also not be compatible with it and the depth sensing is not great. I’ve been looking at alternatives like the raspberry pi camera and the intel realsense camera. I will have to rework the CAD files according to the new camera.
Opalina’s Status Report 3/15
The YOLO model is fully trained and functional on large airport datasets (with a variety of images). OCR is proving a little more difficult to integrate into thew software subsystem, but I hope to have that figured out by the end of this week. The only potential issue we see right now, is the model not running fast enough on the Pi, as local tests prove that it might be slower than anticipated.
Daniel’s Status Report 3/8
Spent some time focused on finishing up the tweaks on the LLMs that I mentioned that I was working on last status report. Also started to work with OpenCV to help with the object detection part of the project, since that requires a hefty workload which will need multiple people to get working. So far getting OpenCV to work has been difficult but I should make some solid headway through the next few days.
Team Status Report 3/8
As a team, we are continuing to work on our individual subsystems and we are making sufficient progress. Currently, the most significant challenge we are facing is the lack of documentation on the eYs3D camera we are using, which could make it more difficult to integrate it with the Raspberry Pi and the ML models. Furthermore, the addition of OCR means that more time needs to be allocated for the ML component of the device.
Opalina’s Status Report 3/8
Over the last two weeks, I began training YOLOv8 on one of the online airport datasets. I also realized the need for Optical Character Recognition (to interpret words and numbers in addition to arrows) and delved into ways to implement and integrate it into the software subsystem. By next week, I hope to have a functional YOLO model for our purposes and robust implementation plans for OpenCV and OCR.
Krrish’s Status Report 3/8
I continued the integration of the camera. I’m awaiting the delivery of the AI hat and have setup the necessary libraries to integrate and test it.