This project is a Python-based object detection application.
-
BASLER: Put pictures taken on the Basler Dart here.
-
OAK: Put pictures taken on the OAK-1 here.
-
OTHER: Put other pictures here.
-
detectors: Each object detection model has its own class/file in this folder.
-
Clone this repository:
git clone https://github.com/mfocka/comparingfodalgorithms.git
-
Set the algorithm you want to run in
app.py
:model = MODELNAME(ml, ml, '.tflite', i/20, onEdge=False, doTpu=False) test_model(model)
-
Run
app.py
:python app.py