Name: Demo-Yolo-object-detection
Version: 1
There is a newer version of this Rule.
Creator: mahanteshj1996@gmail.com
Demo for the object-detection using Yolo algorithm
ID: 570
Created: Oct. 6, 2019, 5:16 p.m.
full definition:
The below is the JSON description of this object.
It is annotated with links to the documentation of each component.
You can hide fields with default values to make things clearer, and copy it to a clipboard to make creating similar Rules and Options easier.
{
"name" : "Demo-Yolo-object-detection",
"description" : "Demo for the object-detection using Yolo algorithm",
"dependencies" : [
{
"_comment" : "object detection using yolo algorithm",
"symbol" : "demo_yolo_object_detection",
"weight" : 1.0,
"comment_filter" : null
}
],
"threshold" : 1.0,
"trigger" : {
"repeat" : "never",
"arguments" : [],
"deactivate_if" : {}
},
"actions" : [
{
"type" : "create_message",
"var" : null,
"visibility" : "all",
"message_components" : [
{
"type" : "text",
"text" : "Demo for Object detection using yolo algorithm."
},
{
"type" : "text",
"text" : "Please upload the file."
}
]
},
{
"type" : "create_tag",
"var" : null,
"symbol" : "!scenario_chat_file_input_status",
"comment" : "enabled",
"weight" : null,
"arguments" : [],
"mark_with" : []
},
{
"type" : "create_tag",
"var" : "highlighting_tag_2",
"symbol" : "!scenario_chat_file_input_status",
"comment" : "enabled-once-highlighted",
"weight" : null,
"arguments" : [],
"mark_with" : []
},
{
"type" : "create_option",
"var" : "yolo-object-detection-program-execution",
"name" : "yolo-object-detection-program-execution",
"description" : null,
"confidence" : 1000.0,
"trigger" : {
"repeat" : "never",
"arguments" : [
{
"type" : "file",
"var" : "image_file",
"role" : "required",
"search_type" : "last",
"search_postfilter" : null,
"targeted_by" : [],
"equals" : null,
"created_by" : null,
"created_earlier_than" : null,
"created_in_same_event_as" : null,
"created_later_than" : null,
"is_reserved" : null,
"name_matches" : null
}
],
"deactivate_if" : {}
},
"display" : null,
"actions" : [
{
"type" : "execute_program",
"var" : null,
"program" : "YoloInputSelctor",
"arguments" : {
"image" : {
"type" : "variable",
"nullable" : false,
"var" : "image_file"
}
},
"argument_lists" : {}
}
]
}
],
"existing_variables" : {
"highlighting_tag_2" : {
"type" : "tag",
"value" : null
},
"yolo-object-detection-program-execution" : {
"type" : "option",
"value" : null
}
}
}
all versions of this Rule:
Version 1