moodoki / radical_sdk

RaDICaL dataset SDK
https://moodoki.github.io/radical_sdk/
Apache License 2.0
46 stars 11 forks source link

No module named 'mmwave' AND cannot import name 'dsp' from 'mmWave' #1

Closed luluisthebest closed 2 years ago

luluisthebest commented 2 years ago

Hi, Teck-Yian

I'd really like to use RaDICaL to do my research on 'Automotive radar signal interference mitigation' and there comes an issue when I run the codes. It shows there is no module named 'mmwave' as follows,

_File "D:\radicalsdk-master\radicalsdk\radar\v1.py", line 8, in from mmwave import dsp ModuleNotFoundError: No module named 'mmwave'

Then, I installed 'mmWave-0.1.71',

Successfully installed mmWave-0.1.71

However, there is no 'dsp' in '__init__.py' from module 'mmWave', as follows,

from mmWave import dsp Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'dsp' from 'mmWave' (D:\Anaconda\lib\site-packages\mmWave__init__.py)

Therefore, I think that 'mmwave' module in your codes is different from 'mmWave' module which I installed. Can I ask where I can find 'mmwave' or was it written by you?

Thanks very much! Looking forward to your reply!

moodoki commented 2 years ago

The mmwave module that we are using is provided by OpenRadar. It should be installed using pip install openradar.

It should also be installed for you automatically if you used the installation method in the readme: python -m pip install git+https://github.com/moodoki/radical_sdk.git