DeepStackPython icon indicating copy to clipboard operation
DeepStackPython copied to clipboard

using url does not seem to work..

Open dezral opened this issue 3 years ago • 0 comments

i have used this for ref: https://github.com/johnolafenwa/DeepStackPython/blob/dev/examples/object_detection_url_to_file.py

but it does not seem to work.. but when I download the file first and then upload it via api it work.

im running the GPU version on linux deepstack-sdk 0.2.1 installed via pip

Traceback (most recent call last): File "/home/user/python_deepstack_me/local_me2.py", line 6, in response = detection.detectObject("https://miro.medium.com/max/3600/1*J1L3J2SYyBiDQeEOY8KLLQ.jpeg",output="output.jpg") File "/home/user/.local/lib/python3.10/site-packages/deepstack_sdk/detection.py", line 63, in detectObject raise Exception("An error occured on the DeepStack server") Exception: An error occured on the DeepStack server

is there anything im missing to get the url part working in the docker?

dezral avatar Jun 21 '22 14:06 dezral