Skip to content

Instantly share code, notes, and snippets.

View hustzxd's full-sized avatar
:electron:
一起来炼丹!

zhaoxiandong hustzxd

:electron:
一起来炼丹!
  • Beijing
View GitHub Profile
@hustzxd
hustzxd / yolo2
Last active December 27, 2016 13:38
yolo2
name: "convolution"
input: "data"
input_dim: 1
input_dim: 1
input_dim: 100
input_dim: 100
layer {
name: "conv"
type: "Convolution"
bottom: "data"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
transform_param {
scale: 0.00392156862745
}
data_param {
source: "mnist/mnist_test_lmdb"
name: "YOLONET"
layer {
name: "data"
type: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 3 dim: 416 dim: 416 } }
}
layer {
name: "conv1"
type: "Convolution"
name: "gnet_region_voc"
layer {
name: "data"
type: "BoxData"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {
name: "YOLONET"
layer {
name: "data"
type: "BoxData"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}
name: "YOLONET"
layer {
name: "data"
type: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 3 dim: 416 dim: 416 } }
}
layer {
name: "conv1"
type: "Convolution"
(py36) ➜ build git:(master) cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
name: "YOLONET"
layer {
name: "data"
type: "Data"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}
name: "MOBILENET"
layer {
name: "data"
type: "Data"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}