Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi bottom layer(not loss layer) not supported? #9

Open
wulw1990 opened this issue Dec 20, 2016 · 0 comments
Open

multi bottom layer(not loss layer) not supported? #9

wulw1990 opened this issue Dec 20, 2016 · 0 comments

Comments

@wulw1990
Copy link

name: "net"
layer {
name: "data_layer"
type: "FaceData"
top: "image"
top: "landmark"
face_data_param {
group_size: 5
}
}
layer {
name: "color"
type: "Color"
bottom: "image"
top: "image_gray"
color_param {
color: GRAY
}
}
layer {
name: "warp_face_large"
type: "WarpFace"
bottom: "image_gray"
tottom: "landmark"
top: "image_large"
top: "landmark_large"
warp_face_param {
face_width: 128
face_height: 128
pad_width: 256
pad_height: 256
}
}
layer {
name: "resize"
type: "Resize"
bottom: "image_large"
tottom: "landmark_large"
top: "image_large_resize"
top: "landmark_large_resize"
resize_param {
new_width: 224
new_height: 224
}
}
layer {
name: "caffe"
type: "Caffe"
bottom: "image_large_resize"
top: "result_large"
caffe_param {
model_name: "google_large"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant