Next version 'Nixie' is coming soon !

Help us to get ready with MyRobotLab version Nixie: try it !

I'm using the Raspberry PI3 as the "brain" in my InMoov. The main reason is that it's small and cheap.

I have successfully used the PI camera to stream video, and that works pretty well. 

https://www.youtube.com/watch?v=gWTtCBu6nUc

Depending on how you configure the camera, you can capture up to 90fps. So the camera is good.

Javadoc link
Example code (from branch develop):
##################################################################################
# Deeplearning4j.py
# description: A wrapper service for the Deeplearning4j framework.
# categories: ai
# more info @: http://myrobotlab.org/service/Deeplearning4j
##################################################################################
 
# start the deeplearning4j service
deeplearning4j = runtime.start('deeplearning4j','Deeplearning4j')
 
# load the VGG16 model from the zoo
deeplearning4j.loadVGG16()
 
# run an image file through the model and get the classifications / confidence
classifications = deeplearning4j.classifyImageFileVGG16("image0-1.png")
 
# print them out... it's a dictionary/map of label to confidence level (between 0-1)
for label in classifications:
  print(label + " : " + str(classifications.get(label)))
Example configuration (from branch develop):
!!org.myrobotlab.service.config.ServiceConfig
listeners: null
peers: null
type: Deeplearning4j

 

 

Distributed, Deep Learning Library for the JVM. 

Deep learning is a subset of machine learning in Artificial Intelligence (AI) that has networks which are capable of learning unsupervised from data that is unstructured or unlabeled. Also known as Deep Neural Learning or Deep Neural Network.

References :

Anyone that has Pots and Other Servos Pots that you can take measurement from and post a pic with dimensions would be appreciated or have a Spec sheet on,,,  I already have Mr Gaels Pot holder incorporated into the design – I’m looking for any other Pots people use or aftermarket pots that you can use with servos/motors – anyone with a Savox Pot would be really appreciated

This Mod was more about finding out how much room I had before Major Modding had to be made to the Design -,, There a pair of Geared Nema 17 Motor and only Just fit (or a Perfect fit)   – ,, 

Hi,

Just one small question:

Is it possible to have two instance of OpenCv ? One for left eye and one for right eye ?

In this case, left eye for face recognizer and right eye for face tracking for example.

Thank you for your answers

Dom.

I'm running the Test service which whips the auto-magic elves into looking in every nook & cranny for little bugs.  They found lots hiding in AdafruitMotorShield.  

I don't think its worked for years :P 

It relied on code being "injected" into MrlComm before being compiled and uploaded.  It also required the AdafruitMotorShield library to be included/compiled into the upload.

So how to get AdafruitMotorShield worky ?