我正在使用imageAI库开发一个植物叶片检测模型。当我创建模型的一个实例时,发生了以下错误。我不能理解这个错误。这是我的代码: from imageai.Detection import ObjectDetection<ipython-input-6-3bc804fbfef2> in <module>()
1 from imageai.Det
我想在Pycharm中安装python的对象检测或imageai。我完成了所有的安装方法,但是这显示了错误的ModuleNotFoundError: No module named 'imageai'
from imageai.Prediction importlast):
File "C:/Python37/files/FirstPrediction/FirstPrediction.py", line 1, in <module>
我是imageAI的新手,最近我读到了一篇关于探测行人的小项目的文章。我试图得到同样的结果,但也出现了一些问题。这是我的代码:import os
detectordetectCustomObjectsFromImage()' function has been deprecated and will be removed in future versions of ImageAI</em
PycharmProjects\XG -I programming(trial part 2)\Mask_detection(trial 6).py", line 1, in <module> File "C:\Users\Home\PycharmProjects\XG -I programming(trial part 2)\venv\lib\site-packages\imageai\Detection\__init__.py