Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VlSomers committed Jan 3, 2024
1 parent 85e2cb5 commit deabc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Here is an overview of the important TrackLab classes:
- **[Callback](pbtrack/callbacks/callback.py)**: Implement this class to add a callback that is triggered at a specific point during the tracking process, e.g. when task/dataset/video processing starts/ends.
- Example: [VisualizationEngine](pbtrack/core/visualization_engine.py): Implements "on_video_loop_end" to save each video tracking results as a .mp4 or a list of .jpg.
- **[Evaluator](pbtrack/core/evaluator.py)**: Implement this class to add a new evaluation metric, such as MOTA, HOTA, or any other (non-tracking related) metrics.
- Example: [SoccerNetMOTEvaluator](pbtrack/wrappers/eval/soccernet/soccernet_mot_evaluator.py): Evaluate performance of a tracker on the SoccerNet Tracking dataset using the official [evaluation library](https://github.com/SoccerNet/sn-tracking).
- Example: [SoccerNetMOTEvaluator](pbtrack/wrappers/eval/soccernet/soccernet_mot_evaluator.py): Evaluate performance of a tracker on the SoccerNet Tracking dataset using the official [SoccerNet evaluation library](https://github.com/SoccerNet/sn-tracking).

### Execution Flow Overview
Here is an overview of what happen when you run TrackLab:
Expand Down

0 comments on commit deabc58

Please sign in to comment.