Implementing Forest Fire Object Detection Model With BrainyPi Using EdgeAI

by kamblesarvesh178 in Circuits > Raspberry Pi

77 Views, 2 Favorites, 0 Comments

Implementing Forest Fire Object Detection Model With BrainyPi Using EdgeAI

0010.jpg
Edge AI Block Diagram.png
pasted image 0.png

In Edge AI, artificial intelligence tasks are executed locally on devices like Brainypi, rather than relying on distant cloud servers. This ensures quicker data processing, as information doesn't need to travel far. Specifically, we've integrated a forest fire detection model onto Brainypi in this project.

Supplies

brainypi-interfaces-1.gif
  • BrainyPi
  • UNIX OS Terminal


Remote Connection to BrainyPi

01.png

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


Connect to the Git Repository

02.png

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

Run the Inference File

04.png

Run the script to execute inference.py file.

Ouput

result1.jpg
result2.jpg
result3.jpg
result4.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.