Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sproc01/8ballpool
A program to crate a 2d view of a billiards clip
https://github.com/sproc01/8ballpool
billiards cpp opencv
Last synced: about 1 month ago
JSON representation
A program to crate a 2d view of a billiards clip
- Host: GitHub
- URL: https://github.com/sproc01/8ballpool
- Owner: Sproc01
- License: agpl-3.0
- Created: 2024-05-29T16:02:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T09:35:17.000Z (5 months ago)
- Last Synced: 2024-08-01T10:56:05.327Z (5 months ago)
- Topics: billiards, cpp, opencv
- Language: C++
- Homepage:
- Size: 90.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).