DMRA
Saliency detector
A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection
Code for ICCV 2019 paper. "Depth-induced Multi-scale Recurrent Attention Network for Saliency Detection". [RGB-D Salient Object Detection]
105 stars
5 watching
21 forks
Language: Python
last commit: about 3 years ago rgbdsaliency-detectionsalient-object-detection
Related projects:
Repository | Description | Stars |
---|---|---|
jingzhang617/cascaded_rgbd_sod | An implementation of RGB-D saliency detection using a cascaded mutual information minimization approach | 58 |
lz118/deep-correlation-network | Develops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors. | 13 |
information-fusion-lab-umass/salient-pedestrian-detection | An approach to improving pedestrian detection from thermal images using saliency maps and deep learning techniques. | 38 |
lz118/rgbt-salient-object-detection | A collection of resources and tools for RGBT salient object detection in image processing | 64 |
jiwei0921/rgbd-sod-datasets | A collection of pre-processed RGB-D saliency detection datasets | 63 |
kinpzz/msrnet-cviu | An implementation of instance-level salient object segmentation using the MSRNet architecture | 10 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
yi94code/hrsod | This software implementation contains pre-computed saliency maps and source code for a high-resolution salient object detection algorithm. | 69 |
zhangludl/code-and-dataset-for-capsal | Provides code and datasets for a saliency object detection method that leverages captioning to improve accuracy | 50 |
angknpng/sacnet | A framework for detecting salient objects in RGB-T images using an alignment-free approach and a unified benchmark. | 9 |
szq0214/dsod | A deep learning-based object detection system from scratch | 706 |
msracver/relation-networks-for-object-detection | An implementation of an object detection algorithm that improves on traditional methods by modeling relationships between objects in images | 1,097 |
playerkk/drfi_matlab | Implementation of a salient object detection approach using a Random Forest model in MATLAB. | 50 |
doubledaibo/drnet_cvpr2017 | This project presents a deep neural network architecture designed to detect visual relationships in images. | 202 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |