All Projects → ralpguler → Densereg

ralpguler / Densereg

Code repository for DenseReg.

Projects that are alternatives of or similar to Densereg

Pysolar
Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
Stars: ✭ 249 (-1.19%)
Mutual labels:  jupyter-notebook
Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+1114.68%)
Mutual labels:  jupyter-notebook
Shared
Shared Blogs and Notebooks
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Ml sagemaker studies
Case studies, examples, and exercises for learning to deploy ML models using AWS SageMaker.
Stars: ✭ 249 (-1.19%)
Mutual labels:  jupyter-notebook
Effective python notebook
Stars: ✭ 251 (-0.4%)
Mutual labels:  jupyter-notebook
Team Learning Program
主要存储Datawhale组队学习中“编程、数据结构与算法”方向的资料。
Stars: ✭ 247 (-1.98%)
Mutual labels:  jupyter-notebook
Mixup Generator
An implementation of "mixup: Beyond Empirical Risk Minimization"
Stars: ✭ 250 (-0.79%)
Mutual labels:  jupyter-notebook
Selene
a framework for training sequence-level deep learning networks
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Book
Repository for "Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python"
Stars: ✭ 2,705 (+973.41%)
Mutual labels:  jupyter-notebook
Genomic Ulmfit
ULMFiT for Genomic Sequence Data
Stars: ✭ 250 (-0.79%)
Mutual labels:  jupyter-notebook
Ml Foundation And Ml Techniques
台大机器学习课程作业详解
Stars: ✭ 249 (-1.19%)
Mutual labels:  jupyter-notebook
Ai Projects
Artificial Intelligence projects, documentation and code.
Stars: ✭ 250 (-0.79%)
Mutual labels:  jupyter-notebook
Modern practical nlp
This course covers how you can use NLP to do stuff.
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Pointrend Pytorch
A PyTorch implementation of PointRend: Image Segmentation as Rendering
Stars: ✭ 249 (-1.19%)
Mutual labels:  jupyter-notebook
Coastsat
Global shoreline mapping tool from satellite imagery
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Coursework
summer school coursework
Stars: ✭ 249 (-1.19%)
Mutual labels:  jupyter-notebook
Whirlwindtourofpython
The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python"
Stars: ✭ 3,002 (+1091.27%)
Mutual labels:  jupyter-notebook
Eeap Examples
Code for Document Similarity on Reuters dataset using Encode, Embed, Attend, Predict recipe
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning Online 2018
ML Online Course Repository. Course videos on online.codingblocks.com
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook

DenseReg:

Fully Convolutional Dense Shape Regression In-the-Wild

Rıza Alp Güler, George Trigeorgis, Epameinondas Antonakos, Patrick Snape, Stefanos Zafeiriou, Iasonas Kokkinos


This is an implementation of the method described in the arXiv paper. For a video demonstration and supplementary materials see the project page.

Currently, only the Caffe(deeplab) based test-code that allows regressing template face coordinates on a given image is available. Training code will be provided soon.


Caffe Setup

You have two options:

1- Use deeplabv2 submodule

First install deeplabv2. It is added as a submodule to this repository, you can follow its own installation instructions. Make sure that you have set WITH_PYTHON_LAYER=1 in "Makefile.config" of the Caffe.

2- Using your own caffe

Alternatively, you can use your favorite installed caffe, then all you need to add is the "interpolation layer", which can be found in the provided deeplab version. If you do this, you have to change the caffe path in (i)DenseReg.ipynb and (ii) CombineRegressions.py caffe layer before "import caffe" line.

Running DenseReg

  • You have to download the caffemodel by running the script: get_densereg_model.sh.
  • Then, you can use the ipyton notebook DenseReg.ipynb, which very basically demonstrates how example results for the Lena's face are obtained.

Namely, putting a uniform grid in the temple space onto the face, semantic face part segmentation and landmark localization results are demonstrated (as portrayed in the image below).


Running DenseReg for Human Bodies

  • You have to download the caffemodel by running the script: get_densereg_model.sh.
  • Then, you can use the ipyton notebook DenseRegHumanBody.ipynb, which demonstrates dense-correspondences for human bodies on sample images. Note that this network is not trained to be invariant to changes in scale.

Demonstrated result is depicted for a test sample.


Bibtex entry for citations:

  @article{Guler2016DenseReg,
  title={DenseReg: Fully Convolutional Dense Shape Regression In-the-Wild},
  author={R\{i}za Alp G\"uler, George Trigeorgis, Epameinondas Antonakos, Patrick Snape, Stefanos Zafeiriou, Iasonas Kokkinos},
  journal={arXiv:1612.01202},
  year={2016}
  }
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].