OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.59k stars 2.19k forks source link

NameError: name 'ImageClassification' is not defined #734

Open DennisFaucher opened 2 years ago

DennisFaucher commented 2 years ago

In your image_prediction.py the line "prediction = ImageClassification()" fails with this error:


NameError Traceback (most recent call last) in () ----> 1 prediction = ImageClassification()

NameError: name 'ImageClassification' is not defined

The entire Jupyter nodebok is in this image. TIA Screen Shot 2022-02-07 at 1 10 55 PM

Zordiac commented 2 years ago

try this: prediction = CustomImageClassification()