#Final results on youtube
These instructions will help you setting up the project and understanding how the software is working. You'll see the file structure and what each file does.
See the requirements.txt file or simply run:
pip install -r requirements.txt
I think that I have wrote them all/
Create an empty folder named model Unzip the data.zip inside the data folder Make sure that you have the needed dataset and then run
python train.py --dataset data --model model/activity.model --label-bin model/lb.pickle --epochs 50
#Test Your Model
Test your trained model, by runing a code that does not require Nao, run:
python camera.py
It is a socket client server application so what you have to do is:
- run python server.py
- run cl.py
- wait for the question "What Task Do You Want Me to Perform?"
- The available tasks are " Recognise , Add , Sub , Multiply , Exit "
- the programm either terminates by itself or by pressing q
- for more watch the video above
Athanasia Karalakou , Technical University Of Crete , athanasiak1997@gmail.com