Sign Language Label Reference https://docs.google.com/document/d/1YCC71Y6zXfjPzH4pjUPxE4mtqk8SJ2He_2RDMiTyjuU/edit?usp=sharing
Step to modify this project
- Run app.py (Make all the packages installed and the cam works fine.)
- Test any signs that have trained (based on the keypoint_classifier_label.csv)
- To add some new input labels, toggle "k" for input collection mode
- Once you have prepared and shown your desired input label to the cam, toggle the order number (e.g. 0-9) of the desired input labels continuously for different coordinates of the desired input labels.
- Remember to add the name of the input label in the keypoint_classifier_label.csv
- After the input labels are done, then start training the model (keypoint_classfication.ipynb).
- Remember to change NUM_OF_CLASSES = 18 when adding more of the new input labels.
- Run and train the model.
- Check when the epochs stop running and the accuracy of the model before executing the app.py.
- May modify the network, maybe a deeper network, and add more hidden layers to the network.