From d28166e5ca623bcc678aff5af22ce926cb9e7810 Mon Sep 17 00:00:00 2001 From: sjtubinlong Date: Tue, 31 Mar 2020 19:41:47 +0800 Subject: [PATCH] add requirements.txt --- contrib/RealTimeHumanSeg/python/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/RealTimeHumanSeg/python/requirements.txt diff --git a/contrib/RealTimeHumanSeg/python/requirements.txt b/contrib/RealTimeHumanSeg/python/requirements.txt new file mode 100644 index 00000000..953dae0c --- /dev/null +++ b/contrib/RealTimeHumanSeg/python/requirements.txt @@ -0,0 +1,2 @@ +opencv-python==4.1.2.30 +opencv-contrib-python==4.2.0.32 -- GitLab