yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

input normalization

Open cxsweet opened this issue 11 months ago • 3 comments

Does yolov7 normalize the training data during training? If not where should I add it?

cxsweet avatar Mar 07 '24 06:03 cxsweet

https://github.com/WongKinYiu/yolov7/blob/main/utils/datasets.py#L666

WongKinYiu avatar Mar 07 '24 06:03 WongKinYiu

https://github.com/WongKinYiu/yolov7/blob/main/utils/datasets.py#L666

thank you

cxsweet avatar Mar 07 '24 06:03 cxsweet

https://github.com/WongKinYiu/yolov7/blob/main/utils/datasets.py#L666

why don't you normalize the data?

JamesFan635 avatar Mar 20 '24 07:03 JamesFan635