Skip to content

Code repository for Tactode tiles recognition using: (i) machine learning with HOG&SVM, (ii) deep learning with some neural networks like VGG16/19, ResNet152, MobileNetV2, YOLOv4 and SSD, (iii) matching of handcrafted features with SIFT, SURF, ORB and BRISK, and (iv) template matching.

License

Notifications You must be signed in to change notification settings

daniqsilva25/tactode_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tactode tiles recognition

This repository holds the developed software aiming Tactode tiles recognition without ArUco markers.

Tactode - Tactile Coding

Tactode is a tangible programming system whose main goal is the earlier development of children's programming skills and computational thinking. This system is composed by a web application (with a simulator), puzzle-like tiles and a real robot. The children build a Tactode code using the tiles, take a picture of it and then they can upload it to the application to be tested by the simulator and, possibly, executed later on the robot. Initially, Tactode relied on ArUco markers to perform the recognition of the tiles, but with this work the markers were removed and the tiles are now recognized by their own content using: (i) machine learning with HOG&SVM, (ii) deep learning with neural networks such as VGG16/19, ResNet152, MobileNetV2, YOLOv4 and SSD, (iii) matching of handcrafted features with SIFT, SURF, ORB and BRISK, and (iv) template matching.

NOTE: if you want to know more about Tactode check the official website.

Repository structure

  • dataset/ - datasets for testing all the methods, training learning-based methods and, also a template dataset for using with Template Matching and Features Detection and Description methods
  • trained_models/ - trained models that were tested targeting Tactode tiles recognition
  • tactode-python/ - Python version of the developed software
  • tactode-nodejs/ - JavaScript/Node.js version of the developed software

Software dependencies

Related publications

Demo video

Watch the video

About

Code repository for Tactode tiles recognition using: (i) machine learning with HOG&SVM, (ii) deep learning with some neural networks like VGG16/19, ResNet152, MobileNetV2, YOLOv4 and SSD, (iii) matching of handcrafted features with SIFT, SURF, ORB and BRISK, and (iv) template matching.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published