from imageai.Detection import ObjectDetection
import os
execution_path = os.getcwd()
-------------------------------------------------- ---------------------------- ImportError Traceback(最近的呼叫 最后)在() ----> 1从imageai.Detection导入ObjectDetection 2导入操作系统 3 4execution_path = os.getcwd()
〜\ Anaconda3 \ lib \ site-packages \ imageai \ Detction__init __。py在 () ----> 1个导入cv2 2 3从imageai.Detection.keras_retinanet.models.resnet导入resnet50_retinanet 4从imageai.Detection.keras_retinanet.utils.image导入read_image_bgr,read_image_array,read_image_stream,preprocess_image, resize_image 5从imageai.Detection.keras_retinanet.utils.visualization导入draw_box,draw_caption
ImportError:DLL加载失败:找不到指定的模块。
答案 0 :(得分:2)
在“路径”的环境变量中添加python的DLL位置(C:\ Program Files \ Python35 \ DLLs)。