diff --git a/Code/yolov3/requirements-gpu.txt b/Code/yolov3/requirements-gpu.txt index 5c29c90..c70ea9e 100644 --- a/Code/yolov3/requirements-gpu.txt +++ b/Code/yolov3/requirements-gpu.txt @@ -1,5 +1,5 @@ tensorflow-gpu==2.1.0 -opencv-python==4.1.1.26 +opencv-python==4.2.0.32 lxml tqdm diff --git a/Code/yolov3/requirements.txt b/Code/yolov3/requirements.txt index 84bb993..c908cd3 100644 --- a/Code/yolov3/requirements.txt +++ b/Code/yolov3/requirements.txt @@ -1,5 +1,5 @@ tensorflow==2.1.0rc1 -opencv-python==4.1.1.26 +opencv-python==4.2.0.32 lxml tqdm