View FCN2sVGG16..prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
input_param { | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } | |
} | |
} | |
layer { | |
name: "conv1_1" |
View .clang-format-5-0-chromium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: Chromium | |
AccessModifierOffset: -1 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: Left | |
AlignOperands: true | |
AlignTrailingComments: true |
View VocDetection2012Latest.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View VocDetection2010Latest.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View fcnvgg16train.prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "FCNVGG16Train" | |
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
top: "label" | |
input_param { | |
# These dimensions are purely for sake of example; | |
# see infer.py for how to reshape the net to the given input size. | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } |
View fcnvgg8deploy.prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "FCNVGG8" | |
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
input_param { | |
# These dimensions are purely for sake of example; | |
# see infer.py for how to reshape the net to the given input size. | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } | |
} |
View VOCDetection.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View VOCSegmentation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View pspnet101_cityscapes_713.prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
input: "data" | |
input_dim: 1 | |
input_dim: 3 | |
input_dim: 713 | |
input_dim: 713 | |
layer { | |
name: "conv1_1_3x3_s2" | |
type: "Convolution" |
View imagenet-labels.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tench, Tinca tinca" | |
"goldfish, Carassius auratus" | |
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias" | |
"tiger shark, Galeocerdo cuvieri" | |
"hammerhead, hammerhead shark" | |
"electric ray, crampfish, numbfish, torpedo" | |
"stingray" | |
"cock" | |
"hen" | |
"ostrich, Struthio camelus" |
NewerOlder