From 30f18e130eeed225365c8e90f8fefc4a53b6907c Mon Sep 17 00:00:00 2001 From: Vishnu Pradeep <61411495+pradeep-vishnu@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:42:26 +0100 Subject: [PATCH 1/2] Update val.py Solving Non-ASCII character '\xf0' error during runtime --- val.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/val.py b/val.py index bd0ce9a7861d..bda3cbf4c34e 100644 --- a/val.py +++ b/val.py @@ -1,4 +1,4 @@ -# YOLOv5 🚀 by Ultralytics, GPL-3.0 license +# YOLOv5 by Ultralytics, GPL-3.0 license """ Validate a trained YOLOv5 model accuracy on a custom dataset From b15d376f9c126ec6f695eb8e7ae2c5c7cca560e9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 2 Dec 2021 13:20:42 +0100 Subject: [PATCH 2/2] Update val.py --- val.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/val.py b/val.py index bda3cbf4c34e..bd0ce9a7861d 100644 --- a/val.py +++ b/val.py @@ -1,4 +1,4 @@ -# YOLOv5 by Ultralytics, GPL-3.0 license +# YOLOv5 🚀 by Ultralytics, GPL-3.0 license """ Validate a trained YOLOv5 model accuracy on a custom dataset