-
Notifications
You must be signed in to change notification settings - Fork 3
Command Line Options
Andrés Solís Montero edited this page Apr 28, 2016
·
15 revisions
Name:
annotate -- create ground-truth files with polygon annotations
Synopsis:
annotate [-h|help] [-m={p,r,a}] [-W] [-H] [-r] [-t={e,d,n}] [-o] sequence
Description:
Annotate is a tool to create ground-truth file annotations for a sequence. A sequence could be a video file or a set of images. The Annotate tool provides next frame prediction of the current selected target using our [sKCF]() tracking solution.
The following options are available:
sequence : it could be a video file, a folder containing images... (see vivalib library for more options)
-h|help : displays the command line help
-m|mode={p,r,a} : selects the annotation mode, the supported choices are p (polygon), r(rotated rectangle), a(axis align rectangle)
-W|width=value : rescales the input to have _value_ sized width while keeping the aspect ratio. The default value is -1 (i.e., uses the original input's width).
-H|height=value : rescales the input to have _value_ sized height while keeping the aspect ratio. The default value is -1 (i.e., uses the original input's height).
-r|ratio=value : forces the ratio height/width of the annotations while using method p and r.
-t|track={e,d,n} : enables/disable tracking mode. The 'e' enable option will propose a new position for each annotation in the next frame using our sKCF algorithm. The 'd' disable option will remove the tracking capabilities and will keep the annotations position from the previous frame. The 'n' new option, will not copy the annotations from previous frame to new frames. This mode is useful when your are trying to annotated a sequence that is not continuous (i.e., a set of images not part of a video).
-o|output : filename for the annotation results
Name:
annotate -- create ground-truth files with polygon annotations
Synopsis:
annotate [-h|help] [-m={p,r,a}] [-W] [-H] [-r] [-t={e,d,n}] [-o] sequence
Description:
Annotate is a tool to create ground-truth file annotations for a sequence. A sequence could be a video file or a set of images. The Annotate tool provides next frame prediction of the current selected target using our [sKCF]() tracking solution.
The following options are available:
sequence : it could be a video file, a folder containing images... (see vivalib library for more options)
-h|help : displays the command line help
-m|mode={p,r,a} : selects the annotation mode, the supported choices are p (polygon), r(rotated rectangle), a(axis align rectangle)
-W|width=value : rescales the input to have _value_ sized width while keeping the aspect ratio. The default value is -1 (i.e., uses the original input's width).
-H|height=value : rescales the input to have _value_ sized height while keeping the aspect ratio. The default value is -1 (i.e., uses the original input's height).
-r|ratio=value : forces the ratio height/width of the annotations while using method p and r.
-t|track={e,d,n} : enables/disable tracking mode. The 'e' enable option will propose a new position for each annotation in the next frame using our sKCF algorithm. The 'd' disable option will remove the tracking capabilities and will keep the annotations position from the previous frame. The 'n' new option, will not copy the annotations from previous frame to new frames. This mode is useful when your are trying to annotated a sequence that is not continuous (i.e., a set of images not part of a video).
-o|output : filename for the annotation results