This is a simple GUI made to track objects. In this case I am tracking black mouse and white mouse using YOLOv3. (please click here to learn more about YOLOv3)
-
Clone this repository.
-
Download yolo.h5 and place it in the directory
yolo_v3_gui\src\keras_yolo3
-
Navigate to the yolo_v3_gui folder and open up command prompt.
-
In the command prompt type in
python yolo_GUI.py
. -
A tkinter graphical user interface will pop up.
-
Create a yolo project.
-
Label some images using vott by microsoft.
-
Train model.
-
Apply trained weight on videos/images.