You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the recognition algorithm part of the wand
The random forest algorithm is used
I have tried using neural networks/deep learning but found that the recognition performance is extremely poor (possibly due to insufficient data or code issues)
Data collection data_comllection-server. py
Send data to: 5000/upload_data (you can modify the ESP code and send it directly here)
Model training train_madelB.py
Just run it directly
Identify predictioneserverB.py
POST data to: 5000/advance
The result returns the key value pairs of the probability of the corresponding action (can be modified to directly return the maximum value in the comments)