Skip to content

RoboEireann is a Maynooth University funded research project that features a soccer team composed of programmable autonomous Nao robots. This project investigates RoboEireann’s current robot detection module which is a feature that aids these devices to detect other robots in their environment.

Notifications You must be signed in to change notification settings

jod98/Machine_Learning_Robot_Detection_Final_Year_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine_Learning_Robot_Detection_Final_Year_Project

Background & Motive

RoboEireann is a NUI (National University of Ireland) Maynooth funded research project that features a soccer team composed of programmable autonomous Nao robots. The team annually competes in the RoboCup competition against international competitors. This project investigates RoboEireann’s current robot detection program which is a program that aids these devices to detect other robots in their environment. Current issues relate to its inability to produce high accuracy results. The aim is to improve the current program by utilising machine learning principles. An enhanced version of the RoboEireann’s SPL (Standard Platform League) dataset was created and provided as input to an object detection neural network which compared many pre-trained models. Experimentation of various machine learning frameworks, architectures and object detection algorithms was conducted to determine the optimal solution. This solution will be integrated into each robot in real-time during a competitive match. These findings have significant implications for the development of robotics and artificial intelligence.

Repository Details

This repository provides the user with the ability to train and evaluate their own neural network to perform the application of their choice. In my case I created a convolutional neural network that integrates supervised learning. My dataset consists of 4415 training images and 491 testing images in which aid to train the network alongside the corresponding labels (examples of these images are included in the 'Sample_Images' folder). My networks were trained on both TensorFlow and TensorFlow Lite (lightweight solution) on two different platforms a desktop PC with an integrated GPU and a Raspberry Pi 3 to provide a comparison.

Content: (Google Drive Share)

Video Demonstration of Project: (https://bit.ly/3H9cJJo)

Final Year Report: (https://bit.ly/3JOlqdX)

Credits

  1. Google's Open-Source Framework, TensorFlow:
  1. Edje Electronics (Provides very intuitive tutorials on the setup process)

RoboEireann

TensorFlow(PC)_SSDLite_MobileNet_V2_300x300_COCO

About

RoboEireann is a Maynooth University funded research project that features a soccer team composed of programmable autonomous Nao robots. This project investigates RoboEireann’s current robot detection module which is a feature that aids these devices to detect other robots in their environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages