First I like so much you app. Please, I need a help to make some customizations in the code in image_classification.py file, because I used yolov8 and not tensorflow as prediction model.
For applying the yolov8 normally I just need:
# install yolov8
from ultralytics import YOLO
# Import my trained model
model = YOLO (r"C:\Users\fores\dashbord\best.pt")
# Load detection model
detection_model = model()
Hi @jackliu333 ,
First I like so much you app. Please, I need a help to make some customizations in the code in
image_classification.py
file, because I used yolov8 and not tensorflow as prediction model.For applying the yolov8 normally I just need:
But if change in the
image_clasdification.py
:By my code the dashboard doesn't work. Please @jackliu333 could you help me?