From 515ef5f62cab2606e06e6f9da6b12aadfc66e8e7 Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Wed, 14 Jun 2023 10:47:47 +0100 Subject: [PATCH] using opencv-contrib-python to try to remotely fix: AttributeError: module cv2.aruco has no attribute Dictionary_get (#57) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 78eeea1..9ccf52b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ six>=1.10 numpy>=1.11 pyside6>=6.5.0 -opencv-contrib-python-headless +opencv-contrib-python scikit-surgeryvtk>=2.0.0 scikit-surgeryarucotracker scikit-surgerycore>=0.1.7 diff --git a/setup.py b/setup.py index e3e906f..e9c6d07 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'six>=1.10', 'numpy>=1.11', 'pyside6>=6.5.0', - 'opencv-contrib-python-headless', + 'opencv-contrib-python', 'scikit-surgeryvtk>=2.0.0', 'scikit-surgeryarucotracker', 'scikit-surgerycore>=0.1.7',