d-j-kendall / beating_roulette

Designing a neural network to predict outcomes in roulette.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Build a Network Which Can Detect a Moving Ball #4

Closed d-j-kendall closed 5 years ago

d-j-kendall commented 5 years ago

When building our network knowing what the ball looks like is useful, but we need to be able to do it with live video.

Efficiency (object detection which is as close to real-time as possible) is preferred. If there is too much lag or latency, it will cause issues later on.

We can use are prior object detection network as a building block.

d-j-kendall commented 5 years ago

We successfully trained a network. Closing this issue