Skip to content

Commit 53d301a

Browse files
committed
removed sampleFrames param
1 parent 71db784 commit 53d301a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

metadata.py

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def appmetadata() -> AppMetadata:
3737
metadata.add_output(AnnotationTypes.Alignment)
3838
metadata.add_output(AnnotationTypes.BoundingBox)
3939
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')
4340

4441
return metadata
4542

0 commit comments

Comments
 (0)