0

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.

screenshot of the error I'm getting

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36

1 Answers1

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')