-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to identify actions and evaluate accuracy by using console test (AEGHB-742) #189
Comments
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. |
Thank you for your reply. |
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. |
We will fix this later, thank you! |
Is it difficult to provide that function again? I'm very interested in it. |
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. |
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.
The text was updated successfully, but these errors were encountered: