Skip to content

Commit

Permalink
Added BoundingBox and TimePoint outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
snewman-aa committed Jan 18, 2024
1 parent e0a2465 commit 82bd6f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def appmetadata() -> AppMetadata:
metadata.add_input(DocumentTypes.VideoDocument)
metadata.add_output(DocumentTypes.TextDocument)
metadata.add_output(AnnotationTypes.Alignment)
metadata.add_output(AnnotationTypes.BoundingBox)
metadata.add_output(AnnotationTypes.TimePoint)

metadata.add_parameter(name='sampleFrames', description='Number of frames to sample from timeframe',
type='integer', default='1')
Expand Down

0 comments on commit 82bd6f3

Please sign in to comment.