Object Detection Steps and Resources
Limelight documentation for training a model
- Read through this for steps
- Look @ Roboflow Universe for models
- Figure out how to combine them??
Where to upload the model - once you have all your annotated date
- What is object detection & how have we used it in the past
- Find models on RoboFlow Universe
- What makes a good model
- Variety of images - different contexts
- What makes a good model
- Converting COCO JSON to Tensorflow TF Record
- Step 1: set up the project
- Step 2: upload your data to the project
- Download the models you found as .coco files
- Upload data to the model → move in the coco files & upload them to the dataset
- Step 3 dataset version
- Auto orient
- Resize
- grayscale
- Step 4
- Add 90 degree rotation
- Add + & - 15 degree brightness
- Download tensorflow tf record
- Now you’ve created a new version
- Upload final TF Record model <- TO THIS LINK
- Train the model (takes some time)
- When done, you get a tf.white file
- Add to the code - follow Upload to Limelight step HERE
- 7.5 Detector Results → use API call to grab the location information
- Look HERE (2024 Crescendo) for an example of a Game Piece Alignment Command