Giter VIP home page Giter VIP logo

csp-pedestrian-detection-in-pytorch's Introduction

CSP PyTorch Implementation

Unofficially Pytorch implementation of High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection

This code is only for CityPersons dataset, and only for center-position+height regression+offset regression model.

NOTE

This repo will no longer be updated. After all the experiments are done, I will open a new repo. Currently MR of CityPerson has reach 10.2%, time consuming 0.16 sec per frame(4K)

update

On Cityperson validation set

11.71 MR CSPNet-26.pth (NEW !)

12.56 MR CSPNet-89.pth

Requirement

Python, pytorch and other related libaries

GPU is needed

Usage

Compile lib

cd util
make all

Prepare CityPersons dataset as the original codes doing

  • For citypersons, we use the training set (2975 images) for training and test on the validation set (500 images), we assume that images and annotations are stored in ./data/citypersons, and the directory structure is
*DATA_PATH
	*annotations
		*anno_train.mat
		*anno_val.mat
	*images
		*train
		*val

Training & val

python trainval_torchstyle.py
python trainval_caffestyle.py

NOTE

using caffe style, you need to download additional pre-trained weight.

csp-pedestrian-detection-in-pytorch's People

Contributors

lwpyr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.