Skip to content

Instantly share code, notes, and snippets.

View dongzhuoyao's full-sized avatar
💭
I may be slow to respond.

Tao Hu dongzhuoyao

💭
I may be slow to respond.
View GitHub Profile
@dongzhuoyao
dongzhuoyao / pspnet101_cityscapes_deploy
Created January 5, 2017 15:52
pspnet101_cityscapes_deploy
#
input: "data"
input_dim: 1
input_dim: 3
input_dim: 713
input_dim: 713
layer {
name: "conv1_1_3x3_s2"
type: "Convolution"
@dongzhuoyao
dongzhuoyao / fcn32s-voc-train
Last active January 9, 2017 08:34
fcn32s-voc-train
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)}"
}
@dongzhuoyao
dongzhuoyao / fcn16s-voc-train
Created January 9, 2017 08:41
fcn16s-voc-train
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)}"
}
@dongzhuoyao
dongzhuoyao / fcn8s-voc-train
Created January 9, 2017 08:42
fcn8s-voc-train
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)}"
}
@dongzhuoyao
dongzhuoyao / resnet34
Last active January 12, 2017 07:15
resnet34
name: "resnet-34"
layer {
name: "data"
type: "MemoryData"
top: "data"
top: "label"
transform_param {
crop_size: 224
}
memory_data_param {
@dongzhuoyao
dongzhuoyao / parsenet_vgg_voc12
Created January 14, 2017 02:35
parsenet_vgg_voc12
name: "VGG_VOC2012ext"
layer {
name: "data"
type: "Data"
top: "data"
include {
phase: TRAIN
}
transform_param {
mean_value: 104.00699
@dongzhuoyao
dongzhuoyao / parsenet_vgg16
Created January 14, 2017 02:47
parsenet_vgg16
name: "VGG_ILSVRC_16_layers_fc_reduced"
input: "data"
input_dim: 10
input_dim: 3
input_dim: 500
input_dim: 500
layers {
bottom: "data"
top: "conv1_1"
name: "conv1_1"
@dongzhuoyao
dongzhuoyao / deeplabv2_vgg_blur
Last active March 31, 2017 09:35
deeplabv2_vgg_blur
# VGG 16-layer network convolutional finetuning
# Network modified to have smaller receptive field (128 pixels)
# nand smaller stride (8 pixels) when run in convolutional mode.
#
# In this model we also change max pooling size in the first 4 layers
# from 2 to 3 while retaining stride = 2
# which makes it easier to exactly align responses at different layers.
#
# For alignment to work, we set (we choose 32x so as to be able to evaluate
# the model for all different subsampling sizes):
# VGG 16-layer network convolutional finetuning
# Network modified to have smaller receptive field (128 pixels)
# nand smaller stride (8 pixels) when run in convolutional mode.
#
# In this model we also change max pooling size in the first 4 layers
# from 2 to 3 while retaining stride = 2
# which makes it easier to exactly align responses at different layers.
#
# For alignment to work, we set (we choose 32x so as to be able to evaluate
# the model for all different subsampling sizes):
# VGG 16-layer network convolutional finetuning
# Network modified to have smaller receptive field (128 pixels)
# nand smaller stride (8 pixels) when run in convolutional mode.
#
# In this model we also change max pooling size in the first 4 layers
# from 2 to 3 while retaining stride = 2
# which makes it easier to exactly align responses at different layers.
#
# For alignment to work, we set (we choose 32x so as to be able to evaluate
# the model for all different subsampling sizes):