From b95bf33cb5b296efb70a0c4b1c82c0f62286f52a Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Thu, 03 Feb 2022 20:18:17 +0000
Subject: [PATCH] added options to flip/rotate and specify different input resolutions also fixed displayed image to max 800x800 everything above will be scaled while keeping aspect ratio

---
 requirements.txt |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0beb8e2..584844c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,11 @@
-ast
-cv2==3.4.2
+opencv-python
+pandas
 imgaug==0.2.6
 imutils==0.5.1
-json==2.0.9
 matplotlib==2.2.2
-numpy==1.15.2
-pandas==0.23.0
-pickle
-PIL==5.1.0
-shapely==1.6.4
-urllib
-
+numpy
+#pickle
+#PIL==5.1.0
+shapely
+#urllib
+imagehash

--
Gitblit v1.10.0