Skip to content

Commit

Permalink
Formatting cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidasamy authored Jun 15, 2022
1 parent 54e0ebf commit 6fd9025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ optional arguments:
-f FPS, --fps FPS Frames per second for output video (default: 25)
--scale SCALE Output image scale (default: 1.0)
--crop CROP Crop size as <width>,<height> (default: None)
--frames FRAMES List of frames to predict. Either comma separated list (e.g. 1,2,3) or a range separated by hyphen (e.g. 1-3). (default is entire video)
--frames FRAMES List of frames to predict. Either comma separated list (e.g. 1,2,3)
or a range separated by hyphen (e.g. 1-3). (default is entire video)
-video-index VIDEO_INDEX
Index of video in labels dataset (default: 0)
```
Expand Down

0 comments on commit 6fd9025

Please sign in to comment.