Skip to content

iOS Application that detects the Dooble sign on a Dooble Game

License

Notifications You must be signed in to change notification settings

AlexandrePoisson/Dooble-Detector

Repository files navigation

This repo

This repo contains ressources for building an application which detects the object that appears twice in a Dooble game. It is possible to build an iOS application or running python script on a Jetson Nano.

The work is mostly based on Tensorflow Object detection tutorial, both for the training part, than for the deployment on iOS.

Dooble is a trademark of Asmodee group.

Installation

This repository contains everything required but a missing file:

DoobleHacker/Pods/TensorFlowLiteC/Frameworks/TensorFlowLiteC.framework/TensorFlowLiteC

This file shall be retrievied, likely using the same pod line than in the original TensorFlow tutorial.

This file was removed it because it was too big for GitHub.

git rm --cached DoobleHacker/Pods/TensorFlowLiteC/Frameworks/TensorFlowLiteC.framework/TensorFlowLiteC
git commit --amend -CHEAD
git push

About

iOS Application that detects the Dooble sign on a Dooble Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published