2018 Back to School Update
After 2018 competition in the spring, the software, embedded, and airframe subteams have been hard at work improving upon our experience from the 2017–2018 school year. Here’s an update from each of our teams:
Software
With the removal of moving obstacles from this year’s competition rules, the software team can now reallocate energy to mission tasks such as object detection, localization, and classification as well as stationary obstacle avoidance.
For computer vision tasks, we are working on implementing and training different machine learning models to determine the model with the highest accuracy. Some of the models we are implementing are Mask R-CNN and YOLOv3 to crop images around the targets. To train and test our models, we are making and taking aerial images of our own targets to collect data, and holding data labeling meetings for use of the data with the models.