Skip to content

Instantly share code, notes, and snippets.

@gaving
Created November 5, 2017 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaving/bfb4431474a599f043943fb7af05abab to your computer and use it in GitHub Desktop.
Save gaving/bfb4431474a599f043943fb7af05abab to your computer and use it in GitHub Desktop.
{
"mllib":"caffe",
"description":"face recognition service",
"type":"supervised",
"parameters":{
"input":{
"connector":"image",
"width":224,
"height":224
},
"mllib":{
"nclasses":2
}
},
"model":{
"templates":"../templates/caffe/",
"repository":"/opt/models/vgg_face_caffe"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment