We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71db784 commit 53d301aCopy full SHA for 53d301a
metadata.py
@@ -37,9 +37,6 @@ def appmetadata() -> AppMetadata:
37
metadata.add_output(AnnotationTypes.Alignment)
38
metadata.add_output(AnnotationTypes.BoundingBox)
39
metadata.add_output(AnnotationTypes.TimePoint)
40
-
41
- metadata.add_parameter(name='sampleFrames', description='Number of frames to sample from timeframe',
42
- type='integer', default='1')
43
44
return metadata
45
0 commit comments