We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b542e3f commit 9fe269bCopy full SHA for 9fe269b
MTM/__init__.py
@@ -4,8 +4,7 @@
4
from skimage.feature import peak_local_max
5
from scipy.signal import find_peaks
6
7
-from MTM.NMS import NMS
8
-#from NMS import NMS # for test purpose (should be commented then)
+from .NMS import NMS
9
10
__all__ = ['NMS']
11
__version__ = '1.15.1'
0 commit comments