theAIGuysCode/Object-Detection-API

ValueError: 'images' contains no shape.

joseph9991 opened this issue · 1 comments

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

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