Skip to content

Instantly share code, notes, and snippets.

View siahuat0727's full-sized avatar

siahuat0727

View GitHub Profile
@siahuat0727
siahuat0727 / deploy.prototxt
Created April 22, 2020 02:17
traffic light recognition (horizontal)
name: "traffic light recognition (horizontal)"
layer{
name:"input"
type: "Input"
top: "data_org"
input_param{
shape{
dim:1
dim:32
dim:96
@siahuat0727
siahuat0727 / deploy.prototxt
Created April 22, 2020 02:15
traffic light recognition (quadrate)
name: "traffic light recognition (quadrate)"
layer{
name:"input"
type: "Input"
top: "data_org"
input_param{
shape{
dim:1
dim:64
dim:64
@siahuat0727
siahuat0727 / deploy.prototxt
Created April 22, 2020 02:13
traffic light recognition (vertical)
name: "traffic light recognition (vertical)"
layer{
name: "input"
type: "Input"
top: "data_org"
input_param{
shape {
dim:1
dim:96
dim:32
@siahuat0727
siahuat0727 / deploy.prototxt
Created April 22, 2020 02:09
lane line detection
name: "lane line detection"
#layer {
# name: "data_lane"
# type: "LaneLineData"
# top: "data_lane"
# top: "label_lane"
# transform_param {
# mean_value: 95
# mean_value: 99
@siahuat0727
siahuat0727 / deploy.prototxt
Created April 22, 2020 02:05
darkscnn lane detection
name: "darknet-16c-16x-3d multitask TEST 960x384, offset L3:440, L4: 312, RM DET"
# SCNN part: kernel size 5, only Up-Down direction
###################### LANE #######################3
layer {
name: "input"
type: "Input"
top: "data"
input_param {
@siahuat0727
siahuat0727 / RTNet
Created April 22, 2020 02:00
RTNet
name: "RTNet"
layer{
type: "Input"
name: "input"
top: "img"
top: "im_info"
input_param{
shape {
dim: 1