Implementing Forest Fire Object Detection Model With BrainyPi Using EdgeAI

by musadiqahamed in Circuits > Raspberry Pi

61 Views, 0 Favorites, 0 Comments

Implementing Forest Fire Object Detection Model With BrainyPi Using EdgeAI

Image.jpg

EdgeAI, also referred to as AI at the edge, is where artificial intelligence and machine learning are performed on local devices, instead of relying on remote cloud servers. This allows for faster data processing and analysis because the information doesn't have to travel long distances.

Here the edge device is Brainypi.

This project is an object detection model which detects fire in an image given.

Supplies

Image1.png
  • BrainyPi
  • UNIX OS Terminal

Remote Connection to BrainyPi

Screenshot 2024-03-27 063505.png

Enter the username and password to get authenticated to use BrainyPi.

Connect to the Git Repository

Screenshot 2024-03-27 064702.png

Clone the repository using git clone and change the current working directory using the cd command.

Run the Inference File

Screenshot 2024-03-27 064720.png

Run the script to execute inference.py file.

Output

result1.jpg
result10.jpg
  • These outputs are produced by the model.
  • The output images consist of images with bounding boxes around fire and have confidence scores of the respective bounding box.