Skip to content

Instantly share code, notes, and snippets.

View gaving's full-sized avatar
🎯
Focusing

Gavin Gilmour gaving

🎯
Focusing
View GitHub Profile
name: "VGG_ILSVRC_16_layers"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {
@gaving
gaving / direc
Last active November 5, 2017 09:34
192:~/Sandbox/dd% docker run -p 8080:8080 --name dd -v /Users/gavin/Sandbox/dd:/opt/models beniz/deepdetect_cpu
DeepDetect [ commit 978401f3d1f23a327d0ebfef24cb0a0d7c543c6e ]
INFO - 09:30:47 - Running DeepDetect HTTP server on 0.0.0.0:8080
INFO - 09:30:53 - Initializing net from parameters:
INFO - 09:30:53 - Creating layer / name=vgg_face / type=MemoryData
INFO - 09:30:53 - Creating Layer vgg_face
INFO - 09:30:53 - vgg_face -> data
bp:~/Sandbox/dd/vgg_face_caffe% lsa 9:21
total 564M
-rw-r--r-- 1 gavin 1.1K Oct 13 2015 COPYING
-rw-r--r-- 1 gavin 1.4K Oct 13 2015 README
-rw-r--r-- 1 gavin 554M Oct 13 2015 VGG_FACE.caffemodel
-rw-r--r-- 1 gavin 4.8K Nov 1 18:42 VGG_FACE_deploy.prototxt
-rw-r--r-- 1 gavin 307 Nov 4 19:08 VGG_FACE_solver.prototxt
-rw-r--r-- 1 gavin 59K Oct 13 2015 ak.png
-rw-r--r-- 1 gavin 48K Nov 4 11:55 corresp.txt
drwxr-xr-x 5 gavin 160 Nov 5 08:57 junk/
{
"mllib":"caffe",
"description":"face recognition service",
"type":"supervised",
"parameters":{
"input":{
"connector":"image",
"width":224,
"height":224
},
net: "/opt/models/vgg_face_caffe/train_val.prototxt"
test_iter: 1000
test_interval: 2500
base_lr: 0.001
lr_policy: "step"
gamma: 0.1
stepsize: 50000
display: 20
max_iter: 200000
momentum: 0.9
@gaving
gaving / corresp.txt
Created November 4, 2017 12:07
Correspondence file for VGG_Face
0 A.J. Buckley
1 A.R. Rahman
2 Aamir Khan
3 Aaron Staton
4 Aaron Tveit
5 Aaron Yoo
6 Abbie Cornish
7 Abel Ferrara
8 A P J Abdul Kalam
9 Abigail Breslin
net: "/opt/models/vgg_face/train_val.prototxt"
test_iter: 1000
test_interval: 2500
base_lr: 0.001
lr_policy: "step"
gamma: 0.1
stepsize: 50000
display: 20
max_iter: 200000
momentum: 0.9
name: "VGG_FACE_16_layer"
layer {
name: "vgg_face"
type: "MemoryData"
top: "data"
top: "label"
memory_data_param {
batch_size: 10
channels: 3
@gaving
gaving / error.txt
Created October 29, 2017 17:30
expo db test
:29:28 PM: Finished downloading to file:///var/mobile/Containers/Data/Application/2EE289E6-53FC-4D51-8B1D-7B2BCA90325D/Documents/ExponentExperienceData/%2540anonymous%252Flexi-8f3cd9c8-b7dc-431f-a1e5-db19836a96aa/SQLite/db.db
5:29:28 PM: Object {
5:29:28 PM: "exists": 1,
5:29:28 PM: "isDirectory": false,
5:29:28 PM: "modificationTime": 1509298164.3419247,
5:29:28 PM: "size": 1067008,
5:29:28 PM: "uri": "file:///var/mobile/Containers/Data/Application/2EE289E6-53FC-4D51-8B1D-7B2BCA90325D/Documents/ExponentExperienceData/%2540anonymous%252Flexi-8f3cd9c8-b7dc-431f-a1e5-db19836a96aa/SQLite/db.db",
5:29:28 PM: }
5:29:28 PM: WebSQLDatabase {
5:29:28 PM: "_currentTask": null,
variables:
http_proxy: xxxx
https_proxy: xxxx
GIT_SSL_NO_VERIFY: "true"
stages:
- build
build:
image: docker:1.10.3
stage: build
script: