Trying to make a program identifying sign language but encountered this problem. Im expecting it to use my webcam to see which ASL sign I am showing on the webcam.
Asked
Active
Viewed 83 times
1 Answers
0
They moved Classifier
into the ClassificationModule
in 1.5.4
version of cvzone. Now, the way to do it would be to import-
from cvzone.ClassificationModule import Classifier
and then
myClassifier = Classifier('MyModel/keras_model.h5','MyModel/labels.txt')

Tanmay Kumar
- 1
- 1