All Projects → wenguanwang → Ags

wenguanwang / Ags

Learning Unsupervised Video Object Segmentation through Visual Attention (CVPR19, PAMI20)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ags

Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (+123.76%)
Mutual labels:  segmentation, video-processing
eta
ETA: Extensible Toolkit for Analytics
Stars: ✭ 22 (-89.11%)
Mutual labels:  video-processing, segmentation
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+1090.59%)
Mutual labels:  segmentation
Seismic Deeplearning
Deep Learning for Seismic Imaging and Interpretation
Stars: ✭ 198 (-1.98%)
Mutual labels:  segmentation
Squeeze and excitation
PyTorch Implementation of 2D and 3D 'squeeze and excitation' blocks for Fully Convolutional Neural Networks
Stars: ✭ 192 (-4.95%)
Mutual labels:  segmentation
6dpose
implement some algorithms of 6d pose estimation
Stars: ✭ 180 (-10.89%)
Mutual labels:  segmentation
Miscnn
A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
Stars: ✭ 194 (-3.96%)
Mutual labels:  segmentation
Awesome Cell Detection Segmentation
nucleus/cell and histopathology image classification,detection,segmentation
Stars: ✭ 173 (-14.36%)
Mutual labels:  segmentation
Mman
( ECCV2018 ) Macro-Micro Adversarial Network for Human Parsing
Stars: ✭ 200 (-0.99%)
Mutual labels:  segmentation
Dataset loaders
A collection of dataset loaders
Stars: ✭ 187 (-7.43%)
Mutual labels:  segmentation
Unsilence
Console Interface and Library to remove silent parts of a media file 🔈
Stars: ✭ 197 (-2.48%)
Mutual labels:  video-processing
3dgnn pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Stars: ✭ 187 (-7.43%)
Mutual labels:  segmentation
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (-11.39%)
Mutual labels:  segmentation
Zf unet 224 pretrained model
Modification of convolutional neural net "UNET" for image segmentation in Keras framework
Stars: ✭ 195 (-3.47%)
Mutual labels:  segmentation
Vocal Remover
Vocal Remover using Deep Neural Networks
Stars: ✭ 178 (-11.88%)
Mutual labels:  segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (-2.97%)
Mutual labels:  segmentation
Online Video Editor
API based Online Video Editing using FFMPEG & NodeJs for Backend Editing
Stars: ✭ 176 (-12.87%)
Mutual labels:  video-processing
Anime4k
A High-Quality Real Time Upscaler for Anime Video
Stars: ✭ 14,083 (+6871.78%)
Mutual labels:  video-processing
Opencast
The free and open source solution for automated video capture and distribution at scale.
Stars: ✭ 194 (-3.96%)
Mutual labels:  video-processing
Deepmask Pytorch
PyTorch re-implementation of DeepMask
Stars: ✭ 201 (-0.5%)
Mutual labels:  segmentation

Caffe Implementation (v1) for

Learning Unsupervised Video Object Segmentation through Visual Attention (CVPR19)

Paying Attention to Video Object Pattern Understanding (PAMI20)


===========================================================================

🔥🔥🔥Update

2019/10: Results on DAVIS17 val and test sets are added (instance-level video object segmentation)

===========================================================================

  1. Please install our modified caffe first.

  2. Download the model weight from https://drive.google.com/open?id=1aO2nAaQMy-A76NjRSQDTx53AfpqyWUCt and put dvap_agos.caffemodel into the 'model' folder.

  3. Then edit paths in './test/test.py' and './test/davis_bs3.txt'.

  4. After you get the original results from the network, you can use './test/davis_crf.py' to process them.

  5. Our results on DAVIS16, FBMS and Youtube can be find at 'seg_results.rar'. Saliency results can be found at https://drive.google.com/file/d/1qtr2h69MEkBYLno_KqYIuiwZGFYmSHr4/view?usp=sharing

  6. Human eye fixation data for DAVIS16, Youtube and Segtrackv2 can be found at https://drive.google.com/open?id=11LAg69lnCp7TfWFYjntPm4RK4KfgL8_Y.

  7. Our model, segmentation and saliency results, and fixation data can also be found at Baidu Pan https://pan.baidu.com/s/1hz6iVOAMW3QRORebK3mC3Q , extaction code: 6prn

If you find our project helpful, your citations are highly appreciated:

@InProceedings{Wang_2019_CVPR,
author = {Wang, Wenguan and Song, Hongmei and Zhao, Shuyang and Shen, Jianbing and Zhao, Sanyuan and Hoi, Steven Chu Hong and Ling, Haibin},
title = {Learning Unsupervised Video Object Segmentation through Visual Attention},
booktitle = {CVPR},
year = {2019}
}

@InProceedings{Song_2018_ECCV,
author = {Song, Hongmei and Wang, Wenguan and Zhao, Sanyuan and Shen, Jianbing and Lam, Kin-Man},
title = {Pyramid Dilated Deeper ConvLSTM for Video Salient Object Detection},
booktitle = {ECCV},
year = {2018}
}

Other related projects/papers:

Zero-shot Video Object Segmentation via Attentive Graph Neural Networks (ICCV2019 Oral)

See More, Know More: Unsupervised Video Object Segmentation With Co-Attention Siamese Networks (CVPR19)

Saliency-Aware Geodesic Video Object Segmentation (CVPR15)

========================================================================

Any comments, please email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].