Deep-Correlation-Network
Object detector
Develops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors.
This is the code of "Weakly Alignment-free RGBT Salient Object Detection with Deep Correlation Network"
13 stars
2 watching
3 forks
Language: Python
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
lz118/rgbt-salient-object-detection | A collection of resources and tools for RGBT salient object detection in image processing | 64 |
jiwei0921/dmra | A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection | 105 |
doubledaibo/drnet_cvpr2017 | This project presents a deep neural network architecture designed to detect visual relationships in images. | 202 |
daijifeng001/r-fcn | A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. | 1,245 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a variant of the R-CNN model with a light head architecture. | 834 |
charlesq34/frustum-pointnets | A deep learning framework for 3D object detection from RGB-D data | 1,592 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
matlab-deep-learning/pretrained-efficientdet-d0 | Provides pre-trained and customizable object detection capabilities using an efficient neural network architecture | 15 |
szq0214/dsod | A deep learning-based object detection system from scratch | 706 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
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 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
taokong/ron | A deep learning framework for object detection tasks using a novel neural network architecture | 355 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
angknpng/sacnet | A framework for detecting salient objects in RGB-T images using an alignment-free approach and a unified benchmark. | 9 |