Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.61 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.61 KB

DMSN

RGBD deep multi-scale network for background subtraction

This project proposes a novel deep learning model called Deep Multi-Scale Network (DMSN) for Background Subtraction. This convolutional neural network is built to use RGB color channels and Depth maps as inputs with which it can fuse semantic and spatial information. In comparison with previous Deep Learning Background Subtraction techniques that lack information due to its use of only RGB channels, our RGBD version is able to overcome most of the drawbacks, especially in some particular kinds of challenges. Further, this paper introduces a new protocol for the SBM-RGBD dataset, concerning scene-independent evaluation, dedicated to Deep Learning methods to set up a competitive platform that includes more challenging situations. The proposed method proved its efficiency in solving the background subtraction in complex situations at different levels. The experimental results verify that the proposed work outperforms the state-of-the-art on SBM-RGBD and GSM datasets.

DMSN-architecture-for-background-subtraction

#Citation For research credibility, if you find this code useful for your research work, please consider citing: RGBD deep multi-scale network for background subtraction. https://link.springer.com/article/10.1007/s13735-022-00232-x

Requirements

This work was implemented with the following frameworks:

  • Python 3.6
  • Keras 2.3
  • Tensorflow-gpu 2.1
  • Cuda 10.1

Contact

Houhou Ihssane