Skip to content

Instantly share code, notes, and snippets.

layer {
name: "data"
type: "Python"
top: "data"
top: "label"
python_param {
module: "voc_layers"
layer: "SBDDSegDataLayer"
param_str: "{\'sbdd_dir\': \'../data/sbdd/dataset\', \'seed\': 1337, \'split\': \'train\', \'mean\': (104.00699, 116.66877, 122.67892)}"
}
input: "data"
input_dim: 1
input_dim: 4
input_dim: 368
input_dim: 368
layer {
name: "image"
type: "Slice"
bottom: "data"
top: "image"
input: "data"
input_dim: 1
input_dim: 4
input_dim: 368
input_dim: 368
layer {
name: "image"
type: "Slice"
bottom: "data"
top: "image"
name: "ResNet-50"
layer {
name: "data"
type: "PoseData"
top: "data"
top: "label"
top: "loc_refine_targets"
top: "loc_refine_weights"
top: "next_joint_targets"
@sirotenko
sirotenko / 000-default.conf
Created August 14, 2015 01:30
LabelMe installation on Ubuntu 15.04
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com