All Projects → fidler-lab → Polyrnn Pp

fidler-lab / Polyrnn Pp

Licence: gpl-3.0
Inference Code for Polygon-RNN++ (CVPR 2018)

Projects that are alternatives of or similar to Polyrnn Pp

Polyrnn Pp Pytorch
PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)
Stars: ✭ 672 (-4.55%)
Mutual labels:  annotation, instance-segmentation, cvpr2018
Kili Playground
Simplest and fastest image and text annotation tool.
Stars: ✭ 166 (-76.42%)
Mutual labels:  jupyter-notebook, annotation
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (-76.7%)
Mutual labels:  jupyter-notebook, cvpr2018
Tfwss
Weakly Supervised Segmentation with Tensorflow. Implements instance segmentation as described in Simple Does It: Weakly Supervised Instance and Semantic Segmentation, by Khoreva et al. (CVPR 2017).
Stars: ✭ 212 (-69.89%)
Mutual labels:  jupyter-notebook, instance-segmentation
Copy Paste Aug
Copy-paste augmentation for segmentation and detection tasks
Stars: ✭ 132 (-81.25%)
Mutual labels:  jupyter-notebook, instance-segmentation
Keraspersonlab
Keras-tensorflow implementation of PersonLab (https://arxiv.org/abs/1803.08225)
Stars: ✭ 163 (-76.85%)
Mutual labels:  jupyter-notebook, instance-segmentation
Image manipulation detection
Paper: CVPR2018, Learning Rich Features for Image Manipulation Detection
Stars: ✭ 210 (-70.17%)
Mutual labels:  jupyter-notebook, cvpr2018
Tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.
Stars: ✭ 151 (-78.55%)
Mutual labels:  jupyter-notebook, instance-segmentation
Adaptis
[ICCV19] AdaptIS: Adaptive Instance Selection Network, https://arxiv.org/abs/1909.07829
Stars: ✭ 314 (-55.4%)
Mutual labels:  jupyter-notebook, instance-segmentation
Textspotter
Stars: ✭ 323 (-54.12%)
Mutual labels:  jupyter-notebook, cvpr2018
Tfoptflow
Optical Flow Prediction with TensorFlow. Implements "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018)
Stars: ✭ 415 (-41.05%)
Mutual labels:  jupyter-notebook, cvpr2018
Instancesegmentation sentinel2
🌱 Deep Learning for Instance Segmentation of Agricultural Fields - Master thesis
Stars: ✭ 206 (-70.74%)
Mutual labels:  jupyter-notebook, instance-segmentation
Siamese Mask Rcnn
Siamese Mask R-CNN model for one-shot instance segmentation
Stars: ✭ 257 (-63.49%)
Mutual labels:  jupyter-notebook, instance-segmentation
Steal
STEAL - Learning Semantic Boundaries from Noisy Annotations (CVPR 2019)
Stars: ✭ 424 (-39.77%)
Mutual labels:  jupyter-notebook, annotation
Detectorch
Detectorch - detectron for PyTorch
Stars: ✭ 566 (-19.6%)
Mutual labels:  jupyter-notebook, instance-segmentation
Pytorch Segmentation Detection
Image Segmentation and Object Detection in Pytorch
Stars: ✭ 692 (-1.7%)
Mutual labels:  jupyter-notebook
Analytics Handbook
Getting started with soccer analytics
Stars: ✭ 699 (-0.71%)
Mutual labels:  jupyter-notebook
Featexp
Feature exploration for supervised learning
Stars: ✭ 688 (-2.27%)
Mutual labels:  jupyter-notebook
Pytorch Multi Style Transfer
Neural Style and MSG-Net
Stars: ✭ 687 (-2.41%)
Mutual labels:  jupyter-notebook
Panama Papers Dataset 2016
Structured data about Panama papers collected from official ICIJ website
Stars: ✭ 701 (-0.43%)
Mutual labels:  jupyter-notebook

PolygonRNN++

This is the official inference code for Polygon-RNN++ (CVPR-2018). For technical details, please refer to:

An official pytorch reimplementation with training/tool code is available here

Efficient Interactive Annotation of Segmentation Datasets with Polygon-RNN++
David Acuna*, Huan Ling*, Amlan Kar*, Sanja Fidler (* denotes equal contribution)
CVPR 2018
[Paper] [Video] [Project Page] [Demo] [Training/Tool Code] Model

Usage

  1. Clone the repository
git clone https://github.com/davidjesusacu/polyrnn && cd polyrnn
  1. Install dependencies
    (Note: Using a GPU (and tensorflow-gpu) is recommended. The model will run on a CPU, albeit slowly.)
virtualenv env
source env/bin/activate
pip install -r requirements.txt
  1. Download the pre-trained models and graphs (448 MB)
    (These models were trained on the Cityscapes Dataset)
./models/download_and_unpack.sh 
  1. Run demo_inference.sh
./src/demo_inference.sh 

This should produce results in the output/ folder that look like ex2 ex1

Walkthrough

Checkout the ipython notebook that provides a simple walkthrough demonstrating how to run our model on sample input image crops

If you use this code, please cite:

@inproceedings{AcunaCVPR18,
title={Efficient Interactive Annotation of Segmentation Datasets with Polygon-RNN++},
author={David Acuna and Huan Ling and Amlan Kar and Sanja Fidler},
booktitle={CVPR},
year={2018}
}

@inproceedings{CastrejonCVPR17,
title = {Annotating Object Instances with a Polygon-RNN},
author = {Lluis Castrejon and Kaustav Kundu and Raquel Urtasun and Sanja Fidler},
booktitle = {CVPR},
year = {2017}
}
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].