theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
341 stars 180 forks source link

ValueError: 'images' contains no shape. #2

Closed joseph9991 closed 4 years ago

joseph9991 commented 4 years ago

I have pip installed requirements-gpu and am trying to run custom object detection with yolov3. I have followed all the instructions and after uploading an image through postman I am getting this error: image

joseph9991 commented 4 years ago

Seems to be an issue from my side. My CUDA was missing 3 .dll files. I put in my CUDA installation folder. And probably I wasn't opening it earlier with virtualenv(don't know if it is required or not). Now I am opening virtualenv and have updated my CUDA installation folder with 3 missing dll files, it works without any issue on my device

PS. If this issue has to be deleted, then please do the needful @theAIGuysCode