All Projects → MVIG-SJTU → Wshp

MVIG-SJTU / Wshp

Licence: other
Code for CVPR'18 spotlight "Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wshp

dilation-keras
Multi-Scale Context Aggregation by Dilated Convolutions in Keras.
Stars: ✭ 72 (-73.63%)
Mutual labels:  segmentation
cvpr18-caption-eval
Learning to Evaluate Image Captioning. CVPR 2018
Stars: ✭ 79 (-71.06%)
Mutual labels:  cvpr2018
Psa
Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018
Stars: ✭ 261 (-4.4%)
Mutual labels:  cvpr2018
ArabicProcessingCog
A Python package that do stemming, tokenization, sentence breaking, segmentation, normalization, POS tagging for Arabic language.
Stars: ✭ 19 (-93.04%)
Mutual labels:  segmentation
Mask-Propagation
[CVPR 2021] MiVOS - Mask Propagation module. Reproduced STM (and better) with training code 🌟. Semi-supervised video object segmentation evaluation.
Stars: ✭ 71 (-73.99%)
Mutual labels:  segmentation
Glnet
[CVPR 2019, Oral] "Collaborative Global-Local Networks for Memory-Efficient Segmentation of Ultra-High Resolution Images" by Wuyang Chen*, Ziyu Jiang*, Zhangyang Wang, Kexin Cui, and Xiaoning Qian
Stars: ✭ 254 (-6.96%)
Mutual labels:  segmentation
nlp-pure
Natural language processing algorithms implemented in pure Ruby with minimal dependencies
Stars: ✭ 19 (-93.04%)
Mutual labels:  segmentation
Pytorch Saltnet
Kaggle | 9th place single model solution for TGS Salt Identification Challenge
Stars: ✭ 270 (-1.1%)
Mutual labels:  segmentation
ASNet
Salient Object Detection Driven by Fixation Prediction (CVPR2018)
Stars: ✭ 41 (-84.98%)
Mutual labels:  cvpr2018
Splatnet
SPLATNet: Sparse Lattice Networks for Point Cloud Processing (CVPR2018)
Stars: ✭ 259 (-5.13%)
Mutual labels:  cvpr2018
LSDNN
A robust laser stripe extraction method for structured-light vision sensing
Stars: ✭ 17 (-93.77%)
Mutual labels:  segmentation
superpixels-segmentation-gui-opencv
Superpixels segmentation algorithms with QT and OpenCV, with a nice GUI to colorize the cells
Stars: ✭ 23 (-91.58%)
Mutual labels:  segmentation
Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (-6.59%)
Mutual labels:  segmentation
automated-deep-photo-style-transfer
TensorFlow implementation for the paper "Automated Deep Photo Style Transfer"
Stars: ✭ 92 (-66.3%)
Mutual labels:  segmentation
Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
Stars: ✭ 2,805 (+927.47%)
Mutual labels:  segmentation
cellcount
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images
Stars: ✭ 51 (-81.32%)
Mutual labels:  segmentation
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (-87.18%)
Mutual labels:  segmentation
Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (-3.66%)
Mutual labels:  segmentation
Cosnet
See More, Know More: Unsupervised Video Object Segmentation with Co-Attention Siamese Networks (CVPR19)
Stars: ✭ 270 (-1.1%)
Mutual labels:  segmentation
Jejunet
Real-Time Video Segmentation on Mobile Devices with DeepLab V3+, MobileNet V2. Worked on the project in 🏝 Jeju island
Stars: ✭ 258 (-5.49%)
Mutual labels:  segmentation

Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer

[arXiv]

Transferring human body part parsing labels to raw images by exploiting the anatomical similarity. Some transferred results:

These results are used as extra training samples for the parsing network and can improve the part segmentation results:

Getting Started

Demo video

Check out our demo video here.

Parsing Network

Checkout parsing_network for training\testing\demo code of our parsing network.

Data generation

Checkout data_generation for code of using keypoints similarity to transfer parsing knowledge and generate synthetic training labels.

Feedback

If you get any problems during usage, please open an issue.

Citation

If you use this code for your research, please cite our paper:

@article{fang2018wshp,
  title={Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer},
  author={Fang, Hao-Shu and Lu, Guansong and Fang, Xiaolin and Xie, Jianwen and Tai, Yu-Wing and Lu, Cewu},
  journal={CVPR},
  year={2018}
}
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].