From 7189a7865e0da9daad55a1430372bae8625c65a7 Mon Sep 17 00:00:00 2001 From: Amit Singha <37063107+SINGHAMIT1@users.noreply.github.com> Date: Fri, 28 Apr 2023 22:56:56 -0400 Subject: [PATCH 1/2] opencv-version error --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14f225c7..25a3bdb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ EasyDict==1.7 -opencv-python==3.4.1.15 +#opencv-python==3.4.1.15 shapely==1.6.4 Cython scipy From 87beb796200d7a5fb004bbfcd73722cd98805483 Mon Sep 17 00:00:00 2001 From: Amit Singha <37063107+SINGHAMIT1@users.noreply.github.com> Date: Sun, 30 Apr 2023 22:26:13 -0400 Subject: [PATCH 2/2] tensorboardX version clear --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25a3bdb8..a3640b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pyyaml json_tricks scikit-image yacs>=0.1.5 -tensorboardX==1.6 +tensorboardX