vilari-mickopf / mmwave-gesture-recognition

Basic Gesture Recognition Using mmWave Sensor - TI AWR1642
MIT License
104 stars 21 forks source link

error: unknown profile #6

Closed hfutball closed 2 years ago

hfutball commented 2 years ago

image image The configuration file has been imported into the project file

hfutball commented 2 years ago

Mmwave gesture recognition is very helpful to me. The data training can be completed normally, but there is a problem during the test. The display port and can be connected normally, but the configuration file cannot be sent to the mmwave device. I use iwr1642 and sdk354. I don't know whether it is the cause of the error.

vilari-mickopf commented 2 years ago

I have no idea why is this happening for you. Some debug info would be helpful. For example in console.py file, on the line 462, right after cfg = os.path.join(self.config_dir, args + '.cfg'), can you add:

print(f'{cfg=}')
print(f'{self.config_dir=}')
print(f'{self.default_config=}')

And post the results here

vilari-mickopf commented 2 years ago

It could be your workig dir actually. Try setting the working dir to the same dir that contains console.py file.

hfutball commented 2 years ago

It could be your workig dir actually. Try setting the working dir to the same dir that contains console.py file.

Thanks for the guide, can you tell me how to do it in detail, I'm new to this

vilari-mickopf commented 2 years ago

That is depended on your IDE, I have no idea what are you using (it looks like you are using some IDE)

hfutball commented 2 years ago

The problem of unknown profile has been solved. Some changes have been made to the address format, and it works. in console.py file, on the line 59. image