All Projects → HiKapok → X Detector

HiKapok / X Detector

Licence: apache-2.0
Light-Head RCNN and One Novel Object Detector

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to X Detector

Dockerface
Face detection using deep learning.
Stars: ✭ 173 (+45.38%)
Mutual labels:  faster-rcnn, rcnn
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (-25.21%)
Mutual labels:  faster-rcnn, rcnn
Tffrcnn
FastER RCNN built on tensorflow
Stars: ✭ 898 (+654.62%)
Mutual labels:  faster-rcnn, rcnn
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+725.21%)
Mutual labels:  faster-rcnn
Bottom Up Attention
Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
Stars: ✭ 989 (+731.09%)
Mutual labels:  faster-rcnn
Tf Object Detection
Simpler app for tensorflow object detection API
Stars: ✭ 91 (-23.53%)
Mutual labels:  faster-rcnn
Sightseq
Computer vision tools for fairseq, containing PyTorch implementation of text recognition and object detection
Stars: ✭ 116 (-2.52%)
Mutual labels:  faster-rcnn
Keras object detection
Convert any classification model or architecture trained in keras to an object detection model
Stars: ✭ 28 (-76.47%)
Mutual labels:  faster-rcnn
Robust Physical Attack
Physical adversarial attack for fooling the Faster R-CNN object detector
Stars: ✭ 115 (-3.36%)
Mutual labels:  faster-rcnn
Faster Rcnn
My implementation of Faster-RCNN (Pytorch)
Stars: ✭ 77 (-35.29%)
Mutual labels:  faster-rcnn
Rcnn Relation Extraction
Tensorflow Implementation of Recurrent Convolutional Neural Network for Relation Extraction
Stars: ✭ 64 (-46.22%)
Mutual labels:  rcnn
Unreal caffe
Self Maintained Caffe. In this version Faster-RCNN, RFCN needs layer are fully supported!
Stars: ✭ 38 (-68.07%)
Mutual labels:  faster-rcnn
Driving In The Matrix
Steps to reproduce training results for the paper Driving in the Matrix: Can Virtual Worlds Replace Human-Generated Annotations for Real World Tasks?
Stars: ✭ 96 (-19.33%)
Mutual labels:  faster-rcnn
Traffic Light Detector
Detect traffic lights and classify the state of them, then give the commands "go" or "stop".
Stars: ✭ 37 (-68.91%)
Mutual labels:  faster-rcnn
Bmaskr Cnn
Boundary-preserving Mask R-CNN (ECCV 2020)
Stars: ✭ 116 (-2.52%)
Mutual labels:  faster-rcnn
Keras Faster Rcnn
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
Stars: ✭ 28 (-76.47%)
Mutual labels:  faster-rcnn
Detectron Self Train
A PyTorch Detectron codebase for domain adaptation of object detectors.
Stars: ✭ 99 (-16.81%)
Mutual labels:  faster-rcnn
R Cnn
My implementation of RCNN for the Flower Dates
Stars: ✭ 55 (-53.78%)
Mutual labels:  rcnn
Textclassification
All kinds of neural text classifiers implemented by Keras
Stars: ✭ 51 (-57.14%)
Mutual labels:  rcnn
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+957.14%)
Mutual labels:  faster-rcnn

X-Detector

X-Detector is a collection of several object detection algorithms. And some of those have not appeared in any academic papers.

Up to now, this repository contains code of the re-implementent of Light-Head R-CNN and this trained version had got to 74.85%mAP(77.29%mAP using VOC12 evaluation alogorithm), more improvement is still in process. You can download the latest model weights (trained on PASCAL-07+12) from GoogleDrive.

Below is the training timeline of Light-Head RCNN for single 480x480 input image.

Besides, several other detectors(named "X-Det") are also included, the main idea behind "X-Det" is to introduce explicit attention mechanisms between feature map channels. But the current performance of them is only ~0.71mAP on PASCAL-VOC 2007 Test Dataset, more improvement may need to introduce FPN-like structure on the top feature map(I didn't try this which is beyond the initial purpose of "X-Det").

The pre-trained weights of backbone network can be found in Resnet-50 backbone and Xception backbone. The latest version of PsRoIAlign is here.

You can use part of these codes for your research purpose, without any permission but following Apache License 2.0. All codes were tested under TensorFlow 1.6, Python 3.5, Ubuntu 16.04.

Here are some demo result images of "X-Det"-V2, debugging is still in process to make better performance:

Update:

  • More than 7x performance improvement for Light-Head RCNN.
  • Fine-tunning modified resnet backbone for "X-Det".
  • Reorganize the order of the preprocessing pipeline.
  • Switch to sample-wise hard negtive mining.

Apache License 2.0

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].