rundiwu/2D-Motion-Retargeting
PyTorch implementation for our paper Learning Character-Agnostic Motion for Motion Retargeting in 2D, SIGGRAPH 2019
This project helps animators and game developers transfer movement from one video character to another, even if they have different body shapes. You provide videos of characters performing actions, and it outputs new videos where the movements from one source are applied to the body of another. This is for professionals creating character animations for games, film, or other digital media.
475 stars. No commits in the last 6 months.
Use this if you need to quickly adapt existing 2D character animations to new characters with varying proportions, or combine motion, body shape, and camera angle from multiple sources.
Not ideal if you're looking for a user-friendly drag-and-drop animation tool that doesn't require technical setup or pre-processing with OpenPose.
Stars
475
Forks
88
Language
Python
License
MIT
Category
Last pushed
Jun 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rundiwu/2D-Motion-Retargeting"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MarcoForte/FBA_Matting
Official repository for the paper F, B, Alpha Matting
pypose/pypose
A library for differentiable robotics on manifolds.
snap-research/articulated-animation
Code for Motion Representations for Articulated Animation paper
foamliu/Deep-Image-Matting
Deep Image Matting
dyelax/Adversarial_Video_Generation
A TensorFlow Implementation of "Deep Multi-Scale Video Prediction Beyond Mean Square Error" by...