An open API service indexing awesome lists of open source software.

https://github.com/tasrobotics/wheeloffortune

find and use the optimal neural network to classify the angle of the control panel in the FRC 2020 game
https://github.com/tasrobotics/wheeloffortune

Last synced: 11 months ago
JSON representation

find and use the optimal neural network to classify the angle of the control panel in the FRC 2020 game

Awesome Lists containing this project

README

          

# Wheel Of Fortune

Uses the AlexNet architecture to classify the angle of the control panel in the FRC 2020 game

## Steps:

1. Image Preprocessing
3. training
4. exporting the model

Make sure your python version is 3.4> <3.7

## pretrained model

The model has been already trained to work at a specific angle. You can download the latest working version for the releases and transfer learn it to work on your robot.

## Pip libraries to install:

- tensorflow-gpu
- 2.0
- keras
- numpy
- regex
- opencv-python
- absl-py