@Mohamed This is the screenshot of the weights page
I’m quite sure that the this error isn’t related to Live inference using webcam doesn't work - #2 by Mohamed
This is the full object in console
{
"message": "Request failed with status code 500",
"name": "AxiosError",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {
"FormData": null
},
"headers": {
"Accept": "application/json, text/plain, */*"
},
"method": "post",
"url": "/query/inferenceproxy",
"params": {
"api_key": "<hidden>",
"confidence": 0.01,
"image": "https://source.roboflow.com/I3coJGncvGUIq2vUQ0eaInuQhOd2/Y1JV95N0XolV3aibVO5J/original.jpg",
"endpoint": "https://detect.roboflow.com/anime_detection_demo/2",
"setDefault": true
}
},
"code": "ERR_BAD_RESPONSE",
"status": 500
}
and this is the response of this 500
:
{"message":"Model type not supported: ('object-detection', 'yolov8')"}