We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec4c37 commit 2ba1b5bCopy full SHA for 2ba1b5b
src/video/imp.rs
@@ -565,7 +565,8 @@ impl BaseTransformImpl for EdgeImpulseVideoInfer {
565
let _model_height = params.image_input_height;
566
let channels = params.image_channel_count;
567
let is_object_detection = params.model_type == "constrained_object_detection"
568
- || params.model_type == "object_detection";
+ || params.model_type == "object_detection"
569
+ || params.model_type == "object-detection";
570
let is_anomaly_detection = params.model_type == "anomaly_detection"
571
|| matches!(
572
params.has_anomaly,
0 commit comments