CaoZhonglei's Stars
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
JiahuiYu/generative_inpainting
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
LeeJunHyun/Image_Segmentation
Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
MenghaoGuo/Awesome-Vision-Attentions
Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
junfu1115/DANet
Dual Attention Network for Scene Segmentation (CVPR2019)
bojone/attention
some attention implements
YimianDai/open-aff
code and trained models for "Attentional Feature Fusion"
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
backseason/PoolNet
Code for our CVPR 2019 paper "A Simple Pooling-Based Design for Real-Time Salient Object Detection"
taki0112/Self-Attention-GAN-Tensorflow
Simple Tensorflow implementation of "Self-Attention Generative Adversarial Networks" (SAGAN)
PSMM/SLIC-Superpixels
Implementation of the SLIC superpixel algorithm to work with OpenCV
lim-anggun/FgSegNet
FgSegNet: Foreground Segmentation Network, Foreground Segmentation Using Convolutional Neural Networks for Multiscale Feature Encoding
Minerva-J/Pytorch-Segmentation-multi-models
Pytorch implementation for Semantic Segmentation with multi models (Deeplabv3, Deeplabv3_plus, PSPNet, UNet, UNet_AutoEncoder, UNet_nested, R2AttUNet, AttentionUNet, RecurrentUNet,, SEGNet, CENet, DsenseASPP, RefineNet, RDFNet)
lim-anggun/FgSegNet_v2
FgSegNet_v2: "Learning Multi-scale Features for Foreground Segmentation.” by Long Ang LIM and Hacer YALIM KELES
plstcharles/litiv
C++ implementation pool for computer vision R&D projects.
np-csu/SLIC-superpixel-with-OpenCV
Implementation of the SLIC superpixel algorithm to work with OpenCV2
ml-postech/adaptive-superpixel-for-active-learning-in-semantic-segmentation
CIVA-Lab/Motion-U-Net
Motion U-Net is multi-cue autoencoder deep architecture for robust moving object detection
Billccx/SLIC
Superpixels Compared to State-of-the-Art Superpixel Methods
safaabbes/Motion-Detection-Techniques-using-OpenCV
Basic Motion Detection Techniques using OpenCV (Frame Differencing, Background Substraction, MoG...)
anilturker/fgsegnet_v2_pytorch
FgSegNet : Foreground Segmentation Network
deropty/BoBS
Block-based background substraction for surveillance video
jeanfang/subsense-GMM
subsense&GMM in one project
ahester57/slic_superpixels
(C++) OpenCV SLIC Superpixel Segmentation
Anjaneyakarjigi/AREA_MONITORING
Restricted area monitoring based on contours detection and image background substraction.
ercanserteli/video_segmentation
Video segmentation with SLIC Superpixels and SVM classification
fderue/Slic
Superpixel SLIC for CPU
gmrukwa/slico
Implementation of SLICO algorithm for superpixel estimation
kuni23/Background-segmentation-implemented-on-video-sequences
Background segmentation is implemented in C++ language. You should be able to use the provided codes by setting the paths of the videos you want to use. Shadow detection and more advanced background substraction models are also implemented such as the GMM.