Text2Human icon indicating copy to clipboard operation
Text2Human copied to clipboard

Code for Text2Human (SIGGRAPH 2022). Paper: Text2Human: Text-Driven Controllable Human Image Generation

Results 9 Text2Human issues
Sort by recently updated
recently updated
newest added

Hello, can you release a pre-trained model for a comparison experiment?

Hello! I am curious about the details of the comparison experiments , since the inputs of HumanGAN and other models are not human parsing and clothes texture attributes. Looking forward...

The download dataset: ![2](https://github.com/yumingj/Text2Human/assets/55913193/3c9c0acc-c592-45ce-9074-ebb68f3412a8) But your instruction has train and test, how do you split it? very thanks! ![1](https://github.com/yumingj/Text2Human/assets/55913193/f999c57b-7c30-4e09-96a2-6a908a530817)

sample_model.py", line 456, in generate_texture_map mask[self.segm[idx] == cls] = upper_fused_attr + 1 RuntimeError: Index put requires the source and destination dtypes match, got Int for the destination and Long for...

At the first time I followed the instructions and installed Python 3.6.8, but when I run this project, it gave me an error that read "AttributeError: module 'torch.jit' has no...

这是把POSE+seg+通配符+富文本打包整合了?

**Which Python file is actually controlling the clothing texture** I want to know if I can generate new clothing textures For example, strange clothes

Thanks for the amazing work. However there are some details missing around the computation of FID in tables 1 and 2 of your paper. ![image](https://user-images.githubusercontent.com/24998956/197838693-63cfd532-8ba1-4003-9184-b81ba402155a.png) Can you give more information...

I encountered the following problem while running the code. How can I solve it? assert (mmcv_min_version =2.0.0rc4.