From 2da43581300aac81fddfa5956bb34d75f1420761 Mon Sep 17 00:00:00 2001 From: SS47816 Date: Sat, 12 Sep 2020 17:32:24 +0800 Subject: [PATCH 1/2] fix: fixed dependency issue in conda-gpu.yml for ubuntu18.04 --- conda-gpu.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conda-gpu.yml b/conda-gpu.yml index ef4452a..4e1a633 100644 --- a/conda-gpu.yml +++ b/conda-gpu.yml @@ -1,10 +1,11 @@ -name: tracker-gpu - +name: yolov3_deepsort +channels: + - conda-forge dependencies: - python==3.7 - pip - matplotlib - - opencv + - opencv==4.1.0 - cudnn - cudatoolkit==10.1.243 - pip: From 809e22d9dcc7d9a8e78ad104b584cf503512d229 Mon Sep 17 00:00:00 2001 From: SS47816 Date: Sat, 12 Sep 2020 17:34:25 +0800 Subject: [PATCH 2/2] fix: fix the dependency issue in conda-cpu.yml --- conda-cpu.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda-cpu.yml b/conda-cpu.yml index 44e3111..902c57c 100644 --- a/conda-cpu.yml +++ b/conda-cpu.yml @@ -1,10 +1,11 @@ name: tracker-cpu - +channels: + - conda-forge dependencies: - python==3.7 - pip - matplotlib - - opencv + - opencv==4.1.0 - pip: - tensorflow==2.0.1 - lxml