Skip to content

Instantly share code, notes, and snippets.

View northeastsquare's full-sized avatar
🎯
Focusing

bytemaster northeastsquare

🎯
Focusing
View GitHub Profile
@northeastsquare
northeastsquare / clientdarknet
Created November 11, 2015 08:15
clientdarknet cpp file
#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<errno.h>
#include<sys/types.h>
name: "ResNet_50"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {
@northeastsquare
northeastsquare / VGG_ILSVRC_16_layers_deploy.prototxt
Created October 19, 2016 07:34
VGG_ILSVRC_16_layers_deploy
name: "VGG_ILSVRC_16_layers"
input: "data"
input_dim: 10
input_dim: 3
input_dim: 224
input_dim: 224
layers {
bottom: "data"
top: "conv1_1"
name: "conv1_1"
@northeastsquare
northeastsquare / myarch.prototxt
Last active October 20, 2016 09:29
cascade rpn det
name: "ResNet-50"
layer {
name: 'input-data'
type: 'Python'
top: 'data'
top: 'im_info'
top: 'gt_boxes'
python_param {
module: 'roi_data_layer.layer'
layer: 'RoIDataLayer'
@northeastsquare
northeastsquare / pre-res200.prototxt
Last active October 28, 2016 08:46
pre-res200.prototxt
input: "data"
debug_info: true
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}
layer {
name: "caffe.SpatialConvolution_0"
@northeastsquare
northeastsquare / pre-res200-cysu.prototxt
Last active October 28, 2016 08:00
pre-res200-cysu.prototxt
name: "ResNet_200"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
top: 'gt_boxes'
include {
phase: TRAIN
}
@northeastsquare
northeastsquare / pre-res200-fasterrcnn.prototxt
Last active October 28, 2016 10:42
pre-res200-fasterrcnn.prototxt
name: "preResNet_200"
layer {
name: 'input-data'
type: 'Python'
top: 'data'
top: 'im_info'
top: 'gt_boxes'
python_param {
module: 'roi_data_layer.layer'
layer: 'RoIDataLayer'
@northeastsquare
northeastsquare / res50fasterrcnn.prototxt
Last active October 28, 2016 11:01
res50fasterrcnn.prototxt
name: "ResNet-50"
layer {
name: 'input-data'
type: 'Python'
top: 'data'
top: 'im_info'
top: 'gt_boxes'
python_param {
module: 'roi_data_layer.layer'
layer: 'RoIDataLayer'
@northeastsquare
northeastsquare / testt
Last active October 28, 2016 13:22
est
input: "data"
debug_info: true
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}
layer {
name: "caffe.SpatialConvolution_0"
@northeastsquare
northeastsquare / MTCNNv1.det1.prototxt
Created November 2, 2016 01:08
MTCNNv1/model/det1.prototxt
name: "PNet"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 12
input_dim: 12
layer {
name: "conv1"
type: "Convolution"