thatbrguy/Pedestrian-Detection

error

Opened this issue · 1 comments

Hello, when I wsas using your model, I found that there was an error in creating the model, the response was [500], do you now what caused that? Thanks.

I was using code/create-model.py , running
response = requests.request("POST", url, headers=headers, auth=requests.auth.HTTPBasicAuth(api_key, ''), data=payload)
with url = "https://app.nanonets.com/api/v2/ObjectDetection/Model/"
Thanks.