Skip to content

Instantly share code, notes, and snippets.

View eric612's full-sized avatar
🔍
Search __________________________

Eric Liu eric612

🔍
Search __________________________
  • Avisonic
  • Hsinchu,Taiwan
View GitHub Profile
name: "MobileNet-YOLO"
layer {
name: "data"
type: "AnnotatedData"
top: "data"
top: "label"
include {
phase: TRAIN
}
name: "MobileNet-YOLO"
layer {
name: "data"
type: "AnnotatedData"
top: "data"
top: "label"
include {
phase: TRAIN
}
name: "MobileNet-YOLO"
layer {
name: "data"
type: "AnnotatedData"
top: "data"
top: "label"
include {
phase: TEST
}
transform_param {
name: "MobileNet-YOLO"
layer {
name: "data"
type: "AnnotatedData"
top: "data"
top: "label"
include {
phase: TEST
}
transform_param {
@eric612
eric612 / yolov3-spp
Last active November 22, 2018 01:40
name: "Darkent2Caffe"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 608
input_dim: 608
layer {
bottom: "data"
top: "layer1-conv"
name: "Darkent2Caffe"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 608
input_dim: 608
layer {
bottom: "data"
top: "layer1-conv"
name: "Moblinet-YOLO-Tiny"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 320
dim: 320
}
@eric612
eric612 / gist:f308433ad8ba69e5a4e36d02482f8829
Last active September 15, 2018 03:49
MobileNet-YOLOv3 lite
name: "MobileNet-YOLO"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 320
dim: 320
}
name: "YOLONET"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 416
dim: 416
}
layer {
name: "conv1"
name: "PVANET"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 416
dim: 416
}