From de09a32fd857be582a65636d7e986ad5c8ed92c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Cartier-Michaud?= <gael.cartierm@hes-so.ch> Date: Sat, 2 Sep 2023 16:19:10 +0200 Subject: [PATCH] modification du fichier config pour le jetson --- .gitignore | 4 +++- config/config_jetson.yaml | 2 +- config/config_laptop.yaml | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08389b52..91880769 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .gitignore yolov8_env __pycache__ -demo/__pycache__ \ No newline at end of file +demo/__pycache__ +jetson_connect.sh +*.png \ No newline at end of file diff --git a/config/config_jetson.yaml b/config/config_jetson.yaml index 54ba2dbc..4aa141fa 100644 --- a/config/config_jetson.yaml +++ b/config/config_jetson.yaml @@ -6,7 +6,7 @@ detector: homography_path : './demo/homography_matrix.csv' cam : - dev_num : 2 + dev_num : 0 img_sz : [1280, 720] pix_format : 'GREY' brightness : 15 diff --git a/config/config_laptop.yaml b/config/config_laptop.yaml index 16c30517..8eda96e1 100644 --- a/config/config_laptop.yaml +++ b/config/config_laptop.yaml @@ -1,3 +1,5 @@ +# Configuration pour le laptop + detector: harvest : True frame_before_exit : 30 -- GitLab