...
For each file path you get an a list of predictions for labels.
...
flag | description |
---|
--info
| Shows information of the software. List all categories that this version of the model can classify. |
--top {number}
| Get the top X predictions of labels. Info |
---|
The first two predictions are probably the most significant ones. |
|
--model
| File path to another model file (.wit) |
--filmstrip_frames
| Set the number of frames of a filmstrip for a sequence of images or movie filefiles. default value: 36
higher value: takes longer, but this might give you a more different labels lower value: faster, but might return less labels
Info |
---|
Example: for a sequence of 1000 frames only a number of frames get validated. This helps to speed up the process and still gets you a good result. |
|
--debug
| debugging mode |
...