espressif / esp-csi

Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection
Apache License 2.0
706 stars 111 forks source link

to identify actions and evaluate accuracy by using console test (AEGHB-742) #189

Open s129729 opened 4 months ago

s129729 commented 4 months ago

I'd like to identify a specific action and evaluate accuracy by using console test. So, I collected the CSI data, for example, as the target of jump, sended the data, and click the csi start button while jumping for evaluating accuracy. But the recognition result shows only none/someone or move/static, then I can't evaluate identifing the action. Doesn't it show the result of jump or not when sending jump data? I'd like to know if it is working correctly or not.

MacChu0315-Espressif commented 4 months ago

The present algorithm only provides the detection of whether an action occurs in the presence or absence of a person. The functionality you mentioned above is used to annotate actions to help you build your own dataset.

s129729 commented 4 months ago

Thank you for your reply. I understand the functionality of "5.5 Collect CSI data for a specific action" Sorry, still I can't understand the fuctionality of "5.6 Use collected data to identify actions and evaluate accuracy". Can't I use this for detecting a specific action?

MacChu0315-Espressif commented 4 months ago

Hello, I have confirmed that the function mentioned in section 5.6 has been removed, but the UI and readme have not been changed in time. Sorry for the inconvenience caused to you.

MacChu0315-Espressif commented 4 months ago

We will fix this later, thank you!

tempecks commented 4 months ago

Is it difficult to provide that function again? I'm very interested in it. If possible, please tell me the reason for removing it.

MacChu0315-Espressif commented 4 months ago

This tool was originally used to internally test the detection algorithms used, but it was later found to be less useful than expected, and it was deprecated.