From adfe989d8f800ba5c262c97e6403d5975afbe680 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Sat, 17 Apr 2021 19:29:36 +0800 Subject: [PATCH] remove opencv-python and add opencv-contrib-python --- 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