Hi
I wonder if there is a guide that summarizes how to retrain the classification model
In the link (hailo_model_zoo/docs/public_models/HAILO8/HAILO8_classification.rst at master · hailo-ai/hailo_model_zoo · GitHub) I found, I found only the tflte model file that was created after it had already been quantized
As far as I know, it’s impossible to retrain these models
Is it possible to export the classification model made through Yolo8n-cls.pt like object detection to onnx and then compile it?
And I also want to know the classification model input image size limit (I understand that object detection is only estimated at 640.)