ultralytics / ultralytics

NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
28.3k stars 5.63k forks source link

Mean & std for yolov8 detector and classifier #14880

Open raushani2v opened 1 month ago

raushani2v commented 1 month ago

Search before asking

Question

Hi @glenn-jocher,

What does the default mean and std used by yolov8 detector and classifier during training? Does it use mean=(0,0,0), std=(1,1,1) or it uses ImageNet mean and std?

Additional

No response

Laughing-q commented 1 month ago

@raushani2v We are using mean=(0,0,0) and std=(1,1,1). :)

raushani2v commented 1 month ago

For both classifier as well as detector?

Laughing-q commented 1 month ago

@raushani2v exactly!