├── README.md └── images └── teaser.jpeg /README.md: -------------------------------------------------------------------------------- 1 | # **ChatHuman: Chatting about 3D Humans with Tools** 2 | 3 |

4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |

23 | 24 | This repository contains the implementation of the following paper: 25 | 26 | > ChatHuman: Language-driven 3D Human Understanding with Retrieval-Augmented Tool Reasoning 27 | > 28 | > [Jing Lin](https://jinglin7.github.io/)3,4,\*, [Yao Feng](https://scholar.google.com/citations?user=wNQQhSIAAAAJ&hl=en)2,3,\*, [Weiyang Liu](https://wyliu.com/)1,5,[Michael J. Black](https://ps.is.mpg.de/person/black)1 29 | > 30 | > 1Max Planck Institute for Intelligent Systems, 2Standford University, 3Meshcapade, 4Tsinghua University, 5University of Cambridge, *Equal Contribution 31 | 32 | ![teaser](images/teaser.jpeg) 33 | 34 | ## 🤝 Citation 35 | 36 | If you find this repository useful for your work, please consider citing it as follows: 37 | 38 | ``` 39 | @InProceedings{lin2025chathuman, 40 | title={{ChatHuman}: Chatting about 3D Humans with Tools}, 41 | author={Lin, Jing and Feng, Yao and Liu, Weiyang and Black, Michael J.}, 42 | year={2025}, 43 | booktitle = {CVPR}, 44 | } 45 | ``` 46 | -------------------------------------------------------------------------------- /images/teaser.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linjing7/ChatHuman/5f395b4289e28135342d3d1681e22ea98cd61631/images/teaser.jpeg --------------------------------------------------------------------------------