From c5b3f659d32f0d3828511566cbcda77850b76f5c Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Mon, 19 Apr 2021 12:39:49 +0800 Subject: [PATCH] replace opencv-python==4.2.0.32 with opencv-contrib-python==4.2.0.32 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2401d52b..d96b3a9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ scikit-image==0.17.2 imgaug==0.4.0 pyclipper lmdb -opencv-python==4.2.0.32 tqdm numpy visualdl -python-Levenshtein \ No newline at end of file +python-Levenshtein +opencv-contrib-python==4.2.0.32 \ No newline at end of file -- GitLab