Hello
My question is about the implementation of YOLO v8 in my robot for image classification (letters and signs)
When I train a model, I typically save it inside a .pt file (PyTorch) and then (in future driver runs) read the training (serializing and deserializing it from the .pt file) and make predictions.
My question is if this is allowed within RoboCup Junior Rescue Simulator (something I doubt), so if it is not allowed I could look for another way to implement YOLO (and if you have suggestions to help me with this I would appreciate it!).
Without further ado, I appreciate your time. ¡Thank you!