shresthagrawal / detect-now

12 stars 2 forks source link

Unable to train the system #1

Open shaikadil95 opened 4 years ago

shaikadil95 commented 4 years ago

(envname) ➜ covid19 git:(master) ✗ python3 pyAudioAnalysis/pyAudioAnalysis/audioAnalysis.py trainClassifier -i data/uploads/not_sick data/uploads/sick --method randomforest -o model/model_new Traceback (most recent call last): File "pyAudioAnalysis/pyAudioAnalysis/audioAnalysis.py", line 8, in from pyAudioAnalysis import MidTermFeatures as aF ImportError: cannot import name 'MidTermFeatures'

Facing this issue.

shresthagrawal commented 4 years ago

@shaikadil95 did you follow all the steps provided in the readme? if not please do so and also in the exact sequence. Can you provide some details about the system, python version, and if possible steps to replicate the error.