surendramaran / YOLOv8-TfLite-Object-Detector

A sample android application of live object detection for any YOLOv8 detection model
https://www.surendramaran.com/
83 stars 23 forks source link

Regarding about the epoch and batch size for image size 320 #27

Open greattester640 opened 4 weeks ago

greattester640 commented 4 weeks ago

Hello, I saw the previous comment about the recommended Yolov8 models. You did mention about the image size 320. When it comes to image size 320, how many epochs and batch size do you recommended? Or test until it is good?

surendramaran commented 4 weeks ago

Yeah the image size will depend, lesser the resolution lesser the accuracy more speed up.

I never considered batch size for this repo, so can't say anything about it now. In general, there's a trade-off between batch size, inference speed, memory usage, and application requirements (like real-time performance)

greattester640 commented 4 weeks ago

Ok, noted.