Greetings!
I'm using the ModelGarden version of Yolov8_keras used in the model_garden_keras_yolov8 colab.
I want to be able to monitor loss etc. with Tensorboard and calculate metrics like mAP.
Instrumenting the model requires access to the training script however this implementation just provides the ability to pass some hyperparameters to the script. I don't see where I might get at the script itself. Or perhaps I can do it through hyperparameters?
Anyone else run into this? Am I missing something?
Thanks in advance!