All Projects → huangshiyu13 → Rpnplus

huangshiyu13 / Rpnplus

Licence: mit
RPN+(Tensorflow) for people detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rpnplus

Cctag
Detection of CCTag markers made up of concentric circles.
Stars: ✭ 172 (-9.95%)
Mutual labels:  detection
Vdetlib
Video detection library
Stars: ✭ 177 (-7.33%)
Mutual labels:  detection
Cvpr 2017 Abstracts Collection
Collection of CVPR 2017, including titles, links, authors, abstracts and my own comments
Stars: ✭ 186 (-2.62%)
Mutual labels:  cvpr-2017
Tf deformable net
Deformable convolution net on Tensorflow
Stars: ✭ 173 (-9.42%)
Mutual labels:  detection
Extd pytorch
Official EXTD Pytorch code
Stars: ✭ 177 (-7.33%)
Mutual labels:  detection
3d Bat
3D Bounding Box Annotation Tool (3D-BAT) Point cloud and Image Labeling
Stars: ✭ 179 (-6.28%)
Mutual labels:  detection
Ochumanapi
API for the dataset proposed in "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
Stars: ✭ 168 (-12.04%)
Mutual labels:  detection
Lidc nodule detection
lidc nodule detection with CNN and LSTM network
Stars: ✭ 187 (-2.09%)
Mutual labels:  detection
Vip
Video Platform for Action Recognition and Object Detection in Pytorch
Stars: ✭ 175 (-8.38%)
Mutual labels:  detection
Online Privacy Test Resource List
Privacy Online Test and Resource Compendium (POTARC) 🕵🏻
Stars: ✭ 185 (-3.14%)
Mutual labels:  detection
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-9.42%)
Mutual labels:  detection
Vision3d
Research platform for 3D object detection in PyTorch.
Stars: ✭ 177 (-7.33%)
Mutual labels:  detection
Mcmot
Real time one-stage multi-class & multi-object tracking based on anchor-free detection and re-id
Stars: ✭ 181 (-5.24%)
Mutual labels:  detection
Object Detection
Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOv3, tflite)
Stars: ✭ 173 (-9.42%)
Mutual labels:  detection
Quantuminsert
Quantum Insert
Stars: ✭ 186 (-2.62%)
Mutual labels:  detection
Venator
[⛔️ Deprecated] Venator is a python tool used to gather data for proactive detection of malicious activity on macOS devices.
Stars: ✭ 172 (-9.95%)
Mutual labels:  detection
Awesome Video Anomaly Detection
Papers for Video Anomaly Detection, released codes collection, Performance Comparision.
Stars: ✭ 177 (-7.33%)
Mutual labels:  detection
Paddle2onnx
PaddlePaddle to ONNX model converter
Stars: ✭ 185 (-3.14%)
Mutual labels:  detection
Fingerprintjs
Browser fingerprinting library with the highest accuracy and stability.
Stars: ✭ 15,481 (+8005.24%)
Mutual labels:  detection
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (-6.28%)
Mutual labels:  detection

RPNplus

This repository is not going to be updated anymore. The new detection model will be published here: TARTDetection

Code accompanying the paper "Expecting the Unexpected: Training Detectors for Unusual Pedestrians with Adversarial Imposters(CVPR2017)". As for the generator for synthetic data, please take this repo for reference.

Requirement

  • ubuntu or Mac OS
  • tensorflow==1.1+
  • pip install image
  • pip install sklearn
  • pip install scipy
  • image_pylib(This repository should be put under the same folder with RPNplus.)

Usage

Run Demo:

  • Download model files(RPN_model & VGG16_model) first, and put them in the ./models/ folder.
  • The number 0 is your GPU index, and you can change to any available GPU index.
  • This demo will test the images in the ./images/ folder and output the results to ./results/ folder.
python demo.py 0

ATOCAR Logo

Train:

  • The number 0 is your GPU index, and you can change to any available GPU index.
  • Open train.py and set imageLoadDir and anoLoadDir to proper values(imageLoadDir means where you store your images and anoLoadDir means where you store your annotation files).
python train.py 0

Dataset Download

Related Datasets

Cite

Please cite our paper if you use this code or our datasets in your own work:

@InProceedings{Huang_2017_CVPR,
author = {Huang, Shiyu and Ramanan, Deva},
title = {Expecting the Unexpected: Training Detectors for Unusual Pedestrians With Adversarial Imposters},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {July},
year = {2017}
}

Acknowledgement

Author

Shiyu Huang([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].