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.48k stars 2.18k forks source link

Custom Object Detection #825

Open MariuszTP opened 10 months ago

MariuszTP commented 10 months ago

Hello,

I have an error doing custom object detection.

AttributeError: 'ObjectDetection' object has no attribute 'detectCustomObjectsFromImage'

I implemented image detection, video as well detection on live cam. For custom detecion I have an above error.

Please help

kying-kear commented 6 months ago

Change detectCustomObjectsFromImage to detectObjectsFromImage