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 / gist:8dd918033f0e6160c6d30b9f5dbbe6db
Created July 15, 2020 23:33 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
name: "ResNet_50_1by2_nsfw"
layer {
name: "data"
type: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 3 dim: 224 dim: 224 } }
}
layer {
name: "conv_1"
type: "Convolution"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 368
input_dim: 368
layer {
name: "conv1_1"
type: "Convolution"
bottom: "data"
top: "conv1_1"
input: "data"
input_dim: 1
input_dim: 4
input_dim: 368
input_dim: 368
layer {
name: "image"
type: "Slice"
bottom: "data"
top: "image"
# DetectNet network
# Data/Input layers
name: "DetectNet"
layer {
name: "train_data"
type: "Data"
top: "data"
data_param {
backend: LMDB
name: "MOBILENET"
layer {
name: "data"
type: "Data"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}
name: "YOLONET"
layer {
name: "data"
type: "Data"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}
(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: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 3 dim: 416 dim: 416 } }
}
layer {
name: "conv1"
type: "Convolution"
name: "YOLONET"
layer {
name: "data"
type: "BoxData"
top: "data_bgr"
top: "label"
include {
phase: TRAIN
}