An open API service indexing awesome lists of open source software.

https://github.com/yining1023/densepose2texture


https://github.com/yining1023/densepose2texture

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Densepose2Texture

This is a Densepose to Texture model from Runway.

It takes an input UV image and a Texture image, returns an image with texture poses.

input + input = output

By chaining Densepose and Densepose2Texture together in runway, you can get the following effect:

runway1
runway1

### Credits / Source:
- Code is based on one of the [DensePose](https://github.com/facebookresearch/DensePose) notebooks: [
Texture Transfer Using Estimated Dense Coordinates](https://github.com/facebookresearch/DensePose/blob/master/notebooks/DensePose-RCNN-Texture-Transfer.ipynb)
- Texture is from [surreal](https://www.di.ens.fr/willow/research/surreal/data/)