Skip to content

shubhampachori12110095/X-Detector

 
 

Repository files navigation

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.2%mAP(76.7%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 if them is only ~0.68mAP 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(68%mAP), 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".

Apache License 2.0

About

Light-Head RCNN and One Novel Object Detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.9%
  • C++ 13.2%
  • Cuda 4.3%
  • Other 0.6%