Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Airbus Public
forked from palich2000/Airbus

YOLO model for Airplanes detection

yinjake/Airbus

 
 

Repository files navigation

Airbus

The YOLOv8 model is trained to search for aircraft on the ground. This was done at Colab

After that, it was exported to tflite format and launched on google coral. It works.

https://coral.ai/docs/accelerator/get-started

for all files path

python3 ./detect_airplanes_coral.py --model ./best_full_integer_quant_edgetpu.tflite --input ~/googledrive/neuro/airbus/extras

or for one file

python3 ./detect_airplanes_coral.py --model ./best_full_integer_quant_edgetpu.tflite --input ./495b73c8-024f-46cc-b426-05e49bbe5074.jpg

or without coral TPU

python3 ./detect_airplanes_tflite.py --model ./best_float32.tflite --input ./495b73c8-024f-46cc-b426-05e49bbe5074.jpg

Coral

Coral

TfLite

TfLite

About

YOLO model for Airplanes detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.5%
  • C++ 5.3%
  • Other 0.2%