https://github.com/yining1023/densepose2texture
https://github.com/yining1023/densepose2texture
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yining1023/densepose2texture
- Owner: yining1023
- Created: 2019-08-29T04:03:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T18:55:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T04:26:36.207Z (9 months ago)
- Language: Python
- Size: 5.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
+
=
By chaining Densepose and Densepose2Texture together in runway, you can get the following effect:
![]()
### 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/)