KO
|
EN
gitlite — search
Search
#php
#python
#javascript
#c-plus-plus
#java
#ruby
#docker
#react
#android
#rails
#c-sharp
#game
DiffBody
★ 42
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
avnu-contracts-v2
:
Liquidity aggregator written in Cairo
Predator
:
内网综合扫描工具
repairllama
:
RepairLLaMA: Efficient Representations and Fine-Tuned Adapters for Program Repair http://arxiv.org/pdf/2312.15698
responsive_dash_board
:
No description available.
InfiniteScroll
:
Infinite Horizontal Scroll Animation | Infinite Scrolling Animation CSS Only
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DiffBody
?
Download (.md)
# DiffBody: Diffusion-based Pose and Shape Editing of Human Images <p align="center"> <img src="docs/teaser_wacv.png" width="1440px"/> </p> <a href="https://arxiv.org/abs/2401.02804"><img src="https://img.shields.io/badge/arXiv-2401.02804-b31b1b.svg"></a> This repository contains our implementation of the following paper: Yuta Okuyama, Yuki Endo, Yoshihiro Kanamori: "Diffbody: Diffusion-based Pose and Shape Editing of Human Images", accepted to WACV2024. [[Project](https://www.cgg.cs.tsukuba.ac.jp/~okuyama/pub/diffbody/index.html)][[Paper](https://arxiv.org/abs/2401.02804)] We are preparing for releasing code. ## Milestones - [ ] Release code for inference (ETA: ~1/12) - [ ] Release code for data creation (ETA: ~2/1) ## Citation Please cite our paper if you find the code useful: ``` @InProceedings{Okuyama_2024_WACV, author = {Okuyama, Yuta and Endo, Yuki and Kanamori, Yoshihiro}, title = {{DiffBody}: Diffusion-Based Pose and Shape Editing of Human Images}, booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)}, month = {January}, year = {2024}, pages = {6333-6342} } ```