From aa0c45297dcea2a3f352b93173827e5c77d2fd30 Mon Sep 17 00:00:00 2001 From: Paul Lacroix <paul.lacroix@ecl21.ec-lyon.fr> Date: Tue, 28 Feb 2023 14:27:16 +0100 Subject: [PATCH] =?UTF-8?q?update=20param=C3=A8tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/MCL.py | 4 ++-- PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/Output.mp4 | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/Output.mp4 diff --git a/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/MCL.py b/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/MCL.py index 4343550..cb8cf57 100644 --- a/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/MCL.py +++ b/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/MCL.py @@ -26,8 +26,8 @@ coord_ext = [(i/diametre , j/diametre) for i,j in zip(pixel_x_ext, pixel_y_ext)] coord_int = [(i/diametre , j/diametre) for i,j in zip(pixel_x_int, pixel_y_int)] ### Paramètres ### -sigma_position = 0.02 -sigma_direction = 0.05 +sigma_position = 0.1 +sigma_direction = 30*3.1415/180 seuil_cone = 0.6 diff --git a/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/Output.mp4 b/PAR 152/Yolo V3/TensorFlow-2.x-YOLOv3-master/Output.mp4 new file mode 100644 index 0000000..e69de29 -- GitLab