mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
remove imutils
dependency
This commit is contained in:
parent
687aba1fa2
commit
0b2c1b9275
2 changed files with 0 additions and 2 deletions
|
@ -3,6 +3,5 @@ ocrd >= 2.23.3
|
||||||
numpy <1.24.0
|
numpy <1.24.0
|
||||||
scikit-learn >= 0.23.2
|
scikit-learn >= 0.23.2
|
||||||
tensorflow < 2.13
|
tensorflow < 2.13
|
||||||
imutils >= 0.5.3
|
|
||||||
matplotlib
|
matplotlib
|
||||||
setuptools >= 50
|
setuptools >= 50
|
||||||
|
|
|
@ -4,7 +4,6 @@ import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from shapely import geometry
|
from shapely import geometry
|
||||||
import cv2
|
import cv2
|
||||||
import imutils
|
|
||||||
from scipy.signal import find_peaks
|
from scipy.signal import find_peaks
|
||||||
from scipy.ndimage import gaussian_filter1d
|
from scipy.ndimage import gaussian_filter1d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue