
Finished one shot YOLO model inference.
Finish training on google colab for the glasses model, and export the model from “best_model.pt”, save it as best_glasses.pt, then use it in streamlit on pycharm through loading the model as follows:
model = YOLO("best_glasses.pt")
Contact me at ddjapri@ayclogic.com
Class notes can be found here