Hello,
Please, Are we obliged to use Yolov8 as it's in the starter notebook?
I am new to Yolo and this class of image classification problems but I tried most of the things I know (except changing the architecture of Yolov8 because I don't know how to do that) but I still have around of 40% on the test data.
Are we obliged to use YoloV8?
I don't think so. I believe any open source resources can be used.
yes you can use any model which can perform on this tasks
I think it may give the best performance, ensembling others may be worth an effort
You can Try one of these Latest Yolov version is 11 you can set it in the code Here https://www.kaggle.com/code/muhammadqasimshabbir/zindi1-2ghana-crop-disease from my note book you can set it before setting the training parameter in like this # Load a YOLO pretrained model
model = YOLO('yolo11m.pt')
YOLO Versions 8 to 11
Thanks
Your are welcome