RouletteVision: a video dataset of >1000 roulette games divided in input/output
( Disclaimer: these roulette recordings are for research purposes only and do not promote gambling.)
INPUT: CIRCULAR MOVEMENT OF THE BALL
OUTPUT: JUST BEFORE FALLING IN A NUMBER
Overview
The purpose of this dataset is not to predict the next value of a roulette to make profit(that's impossible), but to share the videos that I have used for a Computer Vision project. The project, called RouletteVision, is described in the purpose part. This dataset may be used for other CV projects, but I have not explored all the possibilities, if you have developed anything with it I'll be happy to hear about it.
This dataset contains 1703 pairs of videos of roulette games, the first video of the pair, which I called the input, contains the part of the roulette game where the ball is still spining around the wheel. The second video, the output, contains the last seconds of the game, where the ball stops spining around and falls into the inner part of the wheel, making some rebounds and finally falling in a number.
If the dataset raises interest, I may consider augmenting the data volume: it's not a big deal to do it although it takes a little bit of time.
Any inquiry about the project will be welcomed either through HuggingFace or my X account, you can ask whatever :)
The algorithm is published in the Github of the project
Purpose of the dataset and analysis algorithms
I have used this dataset for the development of an analysis algorithm with the purpose of using the extracted data in a Neural Network. The code uses the OpenCV library and I'm in the process of making it public. The idea is to extract data from the input and output videos, use the data to train a model and finally, be able to upload a input video and get a precise approximation of the number in which will fall the ball.
As you can imagine, it's impossible to use the algorithm to win money. On top of that, the algorithm is not yet working as it should, more about it will be published soon.
I suppose that the dataset could be used to develop other ideas and that's why I published it, it's also kind of a unique dataset.
(The actual result of the analysis algorithm is just a .txt, these videos are just to show how it works)
EXAMPLE 1: INPUT VIDEO ANALYSIS
EXAMPLE 2: OUTPUT VIDEO ANALYSIS
Division of the dataset
The data is divided into 4 sets, each composed of at least 300 input-output pairs. The criteria for the division is the length of the input video of each pair, the videos that are shorter than 2 seconds have been discard. Set 1 contains videos of a length between 2 and 3 seconds, set 2 between 3-4 , set 3 between 4-5 and the set 4 videos that are longer than 5 seconds.
SET 1: 2-3 | SET 2: 3-4 | SET 3: 4-5 | SET 4: 5-x | |
---|---|---|---|---|
INPUT | 438 | 430 | 326 | 509 |
OUTPUT | 438 | 430 | 326 | 509 |
Future developments
After the release of this dataset, the next step is to publish the code that analyses the video to extract data from it; that algorithm considers both the ball and the wheels movement. Once I publish it, I will probably get my hands on another project, you can know about it on my X.
RouletteVision model: Available here ๐
X: ( @mp_coder ) ๐๐ผ
Tip for CV Project Development:
โ Mister P coder - mainly CV๐ (@mp_coder) December 19, 2024
๐ Always approach a problem from different perspectives
I have spent a lot of time trying to improve an algorithm for video analysis through redefining it.
Even if it did improved, another factor has made it much more precise๐น
- Downloads last month
- 636