From 8608dff4d7f5d686808dec94cd65170e06e82fd8 Mon Sep 17 00:00:00 2001 From: Michele Sprocatti <95143387+Sproc01@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:35:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b060517..9fa942e 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# 8BallPool \ No newline at end of file +# 8BallPool +In this repository there are different executables: +- `8BallPool`: the main executable that, given a video file path from command line input, processes it and creates the output video with the superimposed minimap. +- `TestAllClip`: it is the executable used to test the detection and segmentation in the first and last frame of all videos through AP and IoU by comparing them with the ground truth. +- `ShowSegmentationColored`: is a helper executable that has been used to show the ground truth of the segmentation of a particular frame using human-readable colors and it was also used as a test for the code that computes the metrics because it computes the performance of the ground truth on itself. +- `ComputePerformance`: is used to compute the performance across the dataset so the mAP and the mIoU. + +For more information read the [report](Report/main.pdf).