Skip to content

Commit

Permalink
regenerating module metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Jan 1, 2020
1 parent 49757b9 commit 49c8000
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions eta/modules/apply_video_classifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"name": "video_path",
"type": "eta.core.types.Video",
"description": "the input video",
"required": true
"required": false
},
{
"name": "video_frames_dir",
"type": "eta.core.types.ImageSequenceDirectory",
"description": "a directory containing the frames of the video",
"required": false
},
{
"name": "input_labels_path",
Expand All @@ -29,18 +35,18 @@
}
],
"parameters": [
{
"name": "classifier",
"type": "eta.core.types.VideoClassifier",
"description": "an eta.core.learning.VideoClassifierConfig describing the eta.core.learning.VideoClassifier to use",
"required": true
},
{
"name": "confidence_threshold",
"type": "eta.core.types.Number",
"description": "a confidence threshold to use when assigning labels",
"required": false,
"default": null
},
{
"name": "classifier",
"type": "eta.core.types.VideoClassifier",
"description": "an eta.core.learning.VideoClassifierConfig describing the eta.core.learning.VideoClassifier to use",
"required": true
}
]
}

0 comments on commit 49c8000

Please sign in to comment.