Giter Site home page Giter Site logo

peternara / videoavatars-try-on-3d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thmoa/videoavatars

0.0 1.0 0.0 179 KB

This repository contains code corresponding to the paper Video based reconstruction of 3D people models.

Python 97.84% Shell 2.16%

videoavatars-try-on-3d's Introduction

Video Avatars

This repository contains code corresponding to the paper Video based reconstruction of 3D people models.

Installation

Download and unpack the SMPL model from here: http://smpl.is.tue.mpg.de/.

Download and unpack the SMPLify Code from here: http://smplify.is.tue.mpg.de/

git clone https://github.com/thmoa/videoavatars.git videoavatars
cd videoavatars/vendor
mkdir smpl
cd smpl
ln -s <path to smpl folder>/models .
ln -s <path to smpl folder>/smpl_webuser/*.py .
cd ..

mkdir smplify
cd smplify
touch __init__.py
ln -s <path to your smplify installation>/code/models .
# this file needs to be copied!
cp <path to your smplify installation>/code/lib/sphere_collisions.py .
# these files can be linked
ln -s <path to smplify folder>/code/lib/capsule_body.py .
ln -s <path to smplify folder>/code/lib/capsule_ch.py .
ln -s <path to smplify folder>/code/lib/robustifiers.py .

Change line 14 in vendor/smplify/sphere_collisions.py to

from vendor.smpl.lbs import verts_core

Usage

The software consists of three parts:

  1. step1_pose.py: pose reconstruction
  2. step2_consensus.py: consensus shape optimization
  3. step3_texture.py: texture calculation

Starting the scripts will display usage information and options. Additionally, we provide helper bash scripts for easier processing of our dataset.

The scripts in prepare_data might help you to process your own data.

Citation

This repository contains code corresponding to:

T. Alldieck, M. Magnor, W. Xu, C. Theobalt, and G. Pons- Moll. Video based reconstruction of 3D people models. In IEEE Conference on Computer Vision and Pattern Recognition, 2018.

Please cite as:

@inproceedings{alldieck2018video,
  title = {Video Based Reconstruction of 3D People Models},
  author = {Alldieck, Thiemo and Magnor, Marcus and Xu, Weipeng and Theobalt, Christian and Pons-Moll, Gerard},
  booktitle = {{IEEE} Conference on Computer Vision and Pattern Recognition},
  year = {2018}
}

Dataset

The accompanied dataset can be downloaded here: https://graphics.tu-bs.de/people-snapshot

License

Copyright (c) 2018 Thiemo Alldieck, Technische Universität Braunschweig, Max-Planck-Gesellschaft

Please read carefully the following terms and conditions and any accompanying documentation before you download and/or use this software and associated documentation files (the "Software").

The authors hereby grant you a non-exclusive, non-transferable, free of charge right to copy, modify, merge, publish, distribute, and sublicense the Software for the sole purpose of performing non-commercial scientific research, non-commercial education, or non-commercial artistic projects.

Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation in a commercial product, use in a commercial service, or production of other artefacts for commercial purposes.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You understand and agree that the authors are under no obligation to provide either maintenance services, update services, notices of latent defects, or corrections of defects with regard to the Software. The authors nevertheless reserve the right to update, modify, or discontinue the Software at any time.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. You agree to cite the Video Based Reconstruction of 3D People Models paper in documents and papers that report on research using this Software.

videoavatars-try-on-3d's People

Contributors

rs9899 avatar thmoa avatar zzbslayer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.