deleted multiple and left one "with mp_holistic.Holistic(min_detection_confidence=0.5, min_tracking_confidence=0.5) as holistic:" 3535ae8 JefferyJapheth commited on Aug 1, 2023
redefined predict_with_webcam . With this modification, the input tensor passed to the PreprocessLayer should have the correct shape, and the error should be resolved. 31a741d JefferyJapheth commited on Aug 1, 2023
added N_ROWS = 543 N_DIMS = 3 DIM_NAMES = ['x', 'y', 'z'] SEED = 42 NUM_CLASSES = 250 7d38abd JefferyJapheth commited on Aug 1, 2023
re-modified code with mediapipe and webcam initialized e156e53 JefferyJapheth commited on Aug 1, 2023
redefined predict_with_webcam function to return "Could not detect landmarks. Make sure your webcam is working properly." bc3cf69 JefferyJapheth commited on Aug 1, 2023
modified predict_with_webcam to continuously predict output. 824a609 JefferyJapheth commited on Aug 1, 2023
changed webcam size and added some exception handling to check for None values and return a meaningful message in this case 9e34ea5 JefferyJapheth commited on Aug 1, 2023
added dictionary class and modified prediction class to output the class 760b3da JefferyJapheth commited on Aug 1, 2023