Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated READMEs for the examples - Batch 1 #5620

Merged
merged 17 commits into from
Apr 4, 2024
Merged
Prev Previous commit
Next Next commit
usage - simple help
  • Loading branch information
andreasnaoum authored Mar 21, 2024
commit e58cb8a520193db05da0df4d4bedd6fdff803e75
18 changes: 0 additions & 18 deletions examples/python/detect_and_track_objects/README.md
Original file line number Diff line number Diff line change
@@ -170,22 +170,4 @@ If you wish to customize it for various videos, adjust the maximum frames, explo

```bash
python examples/python/detect_and_track_objects/main.py --help

usage: main.py [-h] [--video {horses, driving,boats}] [--dataset-dir DATASET_DIR] [--video-path VIDEO_PATH] [--max-frame MAX_FRAME] [--headless] [--connect]
[--serve] [--addr ADDR] [--save SAVE] [-o]

Example applying simple object detection and tracking on a video.

optional arguments:
-h, --help Show this help message and exit
--video {horses, driving,boats} The example video to run on.
--dataset-dir DATASET_DIR Directory to save example videos to.
--video-path VIDEO_PATH Full path to video to run on. Overrides `--video`.
--max-frame MAX_FRAME Stop after processing this many frames. If not specified, will run until interrupted.
--headless Don t show GUI
--connect Connect to an external viewer
--serve Serve a web viewer (WARNING: experimental feature)
--addr ADDR Connect to this ip:port
--save SAVE Save data to a .rrd file at this path
-o, --stdout Log data to standard output, to be piped into a Rerun Viewer
```
Loading