You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have installed all the packages properly and I have been trying the following curl command from my MacBook terminal:
curl -X POST http://localhost:5000/api/fasterrcnn/predict/ -H 'Content-Type: application/x-www-form-urlencoded' -H 'Postman-Token: 70478bd2-e1e8-442f-b0bf-ea5ecf7bf4d8' -H 'cache-control: no-cache' -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F "image=@/Users/rudra/Desktop/page_12.jpg"
But it keeps outputting an error saying: {"error":"Missing image"}
Can anyone please help me solve this? I also tried -F image=@/Users/rudra/Desktop/page_12.jpg but no success. I even tried converting the curl request into a python post type request, but the same error.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I have installed all the packages properly and I have been trying the following curl command from my MacBook terminal:
curl -X POST http://localhost:5000/api/fasterrcnn/predict/ -H 'Content-Type: application/x-www-form-urlencoded' -H 'Postman-Token: 70478bd2-e1e8-442f-b0bf-ea5ecf7bf4d8' -H 'cache-control: no-cache' -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F "image=@/Users/rudra/Desktop/page_12.jpg"
But it keeps outputting an error saying:
{"error":"Missing image"}
Can anyone please help me solve this? I also tried
-F image=@/Users/rudra/Desktop/page_12.jpg
but no success. I even tried converting the curl request into a python post type request, but the same error.Thanks in advance.
The text was updated successfully, but these errors were encountered: