How to infer using openMVIDE and arduino nicla vision #482
Unanswered
Kremlin-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am having a challenge with referencing the model using the model Ide and apikay from my openmv ide. I always get an inference request failed with status code 0.
roboflow_config = {
"model_id": MODEL_ID,
"api_key": API_KEY,
"image": [
{
"type": "url",
"value": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fstock.adobe.com%2Fsearch%3Fk%3Dclosed%2Beye&psig=AOvVaw2gbxDM9OneVXn1pdyjKl90&ust=1719087682736000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCMjcxubC7YYDFQAAAAAdAAAAABAE"
}
],
"disable_preproc_auto_orient": False,
"disable_preproc_contrast": False,
"disable_preproc_grayscale": False,
"disable_preproc_static_crop": False,
"class_agnostic_nms": False,
"class_filter": ["yawn", "open_eye", "no_yawn"],
"confidence": 0.5,
"fix_batch_size": False,
"iou_threshold": 0.5,
"max_detections": 300,
"max_candidates": 3000,
"visualization_labels": False,
"visualization_stroke_width": 1,
"visualize_predictions": False
}
i have the parameters defined already
Beta Was this translation helpful? Give feedback.
All reactions