MTG/DeepConvSep

DSD Compute Features - ImportError transform

acharya1981 opened this issue · 1 comments

which pip install do I need to overcome this Error:

from transform import transformFFT

gives error

python -m compute_features --db 'D:\DSD100\DSD100'
Traceback (most recent call last):
File "C:\Program Files\Python36\lib\runpy.py", line 193, in _run_module_as_mai
n
"main", mod_spec)
File "C:\Program Files\Python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\DeepConvSep-master\DeepConvSep-master\examples
\dsd100\compute_features.py", line 21, in
import transform
ModuleNotFoundError: No module named 'transform'

Okkay, I found this module is included in DeepConvSep root folder, I copied it to examples\dsd100 folder.