Primary competition visual

Ghana Crop Disease Detection Challenge

Helping Ghana
$8 000 USD
Completed (over 1 year ago)
Computer Vision
Object Detection
2205 joined
344 active
Starti
Oct 04, 24
Closei
Dec 15, 24
Reveali
Dec 15, 24
User avatar
iam-dante
Any hidden techniques for high accuracy ?
Help · 17 Nov 2024, 03:43 · 4

Can anyone share techniques for high accuracy ?

Discussion 4 answers
User avatar
CodeJoe

Are you using yolo? If yes, you can try using a larger model like yolo11m.pt. It's better than increasing imgsz. You can reduce the imgsz to 960 if it's too slow. And you can train for more epochs.

21 Nov 2024, 08:57
Upvotes 0
User avatar
Ishiaku

But then the aim of deploying to low-end devices like smartphones gets defeated because the output will be too large. Target smaller versions of YOLO and sizeable amount from the dataset, then fine-tune from there.

User avatar
CodeJoe

I think you are right.

User avatar
iam-dante

What is there else expext YOLO architecture ?

24 Nov 2024, 17:50
Upvotes 0