Security Alarm System Projects with Ultralytics YOLOv8 #12727
Replies: 1 comment 3 replies
-
Hi everyone, I am a third-year student writing my thesis on enhancing human safety around robotic arms using YOLOv8 integrated with Kalman Filtering. I have now integrated these technologies, but I do not know how to conduct the tests on the system. I do not train custom models; I use the COCO detection model and then use a predefined area as the area for the robotic arm. This involves highlighting a box around the robotic arm and setting a threshold as my limit point to enter. If someone or something enters this area and YOLO detects it, an alarm is triggered to warn the operators. The reason I added Kalman Filtering is that the triggering alarm is based on movement predictions. I track objects' movements, and if someone is within the proximity of a threshold size of 200 pixels, it will trigger the alarm. I have conducted tests on videos and around the robotic arm, achieving 100% accuracy in detecting hazards within that proximity. I am considering saving the alarm-triggered data in a CSV file and another for the whole process of detection in another file, using this process for prediction throughout all videos or live feeds. This involves setting a threshold to compare if the area I set is giving me the correct results and the size of the alerts saved in another CSV file. I am a bit lost and need some guidance from anyone who knows how to help me with testing. I would greatly appreciate any assistance. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Our new blogpost by Nicolai Nielsen showcases how you can use Ultralytics YOLOv8 to create a security alarm system! This blog will take you through every step needed to enhance or create your own security systems.
🔎 Key Highlights
✅ Innovative security solution
✅ Efficient object detection
✅ Real-time email alerts
Learn more ➡️ https://www.ultralytics.com/blog/security-alarm-system-projects-with-ultralytics-yolov8
Join our GitHub Discussions to share your thoughts and learn more from the community!
Beta Was this translation helpful? Give feedback.
All reactions