run_inference_for_single_image(image, graph) - Tensorflow, object detection

后端 未结 3 1573
有刺的猬
有刺的猬 2021-01-06 20:47

In reference to object_detection_tutorial.ipynb. I am wondering if its possible to run for all the images in a directory.

Rather than writing a for loop and running

3条回答
  •  甜味超标
    2021-01-06 21:46

    I found this tutorial from google - creating-object-detection-application-tensorflow. After looking into its github page --> object_detection_app --> app.py we only need to run detect_objects(image_path) function every single time we want to detect an object.

提交回复
热议问题