yangyi02 / densebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DenseBox: A Fully Convolutional Neural Net Framework for Object Detection

Introduction

DenseBox is an unified framework for object detection with a single network. You can use the code to train/evaluate a network for object detection task. For more details, please refer to our arXiv paper.

DenseBox Example

Directory Explanation

  • caffe_densebox: The caffe code for running densebox detection. This folder is similar to caffe, with only core cpp detection code added.
  • experiment: All the matlab/python/linux shell scripts for running experiments. If you want a start, please refer to experiment/kitti.
  • paper: latex files for writing the densebox paper.

About


Languages

Language:Jupyter Notebook 53.5%Language:C++ 35.3%Language:Python 5.7%Language:Cuda 2.2%Language:CMake 1.1%Language:TeX 0.7%Language:MATLAB 0.6%Language:Shell 0.4%Language:Makefile 0.3%Language:CSS 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%