Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Nov 19, 2024
1 parent 333c195 commit 4c69de8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To track crabs in a new video, using a trained detector and a tracker, run the f
detect-and-track-video --trained_model_path <path-to-ckpt-file> --video_path <path-to-input-video>
```

This will produce a `tracking_output_<timestamp>` directory with the output from tracking under the current working directory.
This will produce a `tracking_output_<timestamp>` directory with the output from tracking under the current working directory. To avoid adding the `<timestamp>` suffix to the directory name, add the `--output_dir_no_timestamp` flag to the command. To see the full list of possible arguments to the `evaluate-detector` command, run it with the `--help` flag.

The tracking output consists of:
- a .csv file named `<video-name>_tracks.csv`, with the tracked bounding boxes data;
Expand All @@ -153,8 +153,6 @@ If a file with ground-truth annotations is passed to the command (with the `--an

<!-- When used in combination with the `--save_video` flag, the tracked video will contain predicted bounding boxes in red, and ground-truth bounding boxes in green. -- PR 216-->

To see the full list of possible arguments to the `evaluate-detector` command, run it with the `--help` flag.

## Task-specific guides
For further information on specific tasks, such as launching a training job or evaluating a set of models in the HPC cluster, please see [our guides](guides).

Expand Down

0 comments on commit 4c69de8

Please sign in to comment.