This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: Using Vehicle Occupancy detection demo for objects

Part Number: AWR1642

Hi,

I have gone through Vehicle Occupancy detection demo.
I am working on a similar use case of mmWave sensor in which I have to detect occupancy of static objects instead of human.
Since objects will be static unlike human, can you please suggest if above demo can be utilized in this case?
The heat map of objects which I am getting are not strong enough can you please advice any tweaks which will improve the heatmap.


Best Regards
Vikas

  • Hi Vikas,
    As in VOD demo it extract the feature for two regions where it stores normalized feature vector (which is power of each range object [dB]).
    And this feature vectors are being used further to decide the human presence in these two regions.
    For your usecase where reflection might be lower, you need to play with CLI parameters of 'meanVector' where these parameters are used in ODDemo_Feature_extract function to decide the power of each range bins.


    Regards,
    Jitendra