Tao Zhong
Tao Zhong
Hi, Thank for sharing code and method! I met a trouble when create dataset. I use 8_generate_posmap_300WLP.py create some uv_pose_map.npy, but I found it can't be decode to .obj file...
Hi, Thank you for sharing code! I write a simple code for testing an image: import mmcv from mmcv.parallel import MMDataParallel, collate, scatter from mmcv.runner import load_checkpoint from mmdet.apis import...
Hi, thanks for sharing code. I download the Anime dataset according to the README.md, but I get bad result like this:  Can you provide more details about trainning Anime...
Have you tried using gt['rgb'] instead of gt['img'] to distll the student network? Or the gt['rgb'] is useless. https://github.com/bes-dev/MobileStyleGAN.pytorch/blob/2d18a80bed6be3ec0eec703cc9be50616f2401ee/core/loss/distiller_loss.py#L35
I just added the four test scenes from Figure 9 (airplants, pond, fern, t-rex) to the google drive supplement, you can find them here now: https://drive.google.com/open?id=1Xzn-bRYhNE5P9N7wnwLDXmo37x7m3RsO Here's an explanation of...
Hi, thank for sharing code! I have a question about the resolution of consultation branch. As the default resolution is 64x64 in layer 7. Have you test other higher resolution,...
Hi, I can't find the steps of EdgeExtraction + FacialCartoonization → SwapAE, can you give more detail about how to realize it? 
Hi, Is there someone who knows that how to convert 3d landmark (e.g. 68pts) to a 3d reconstructed face. Like follw pic:  Thank you!
It's work on predefined prompts, how to change it to chat mode like chatgpt, I use: ``` if local_rank == 0: prompts = input("User:") ``` It doesn`t work.
Hi, I haven't found that how it works. As a beginner, I want to know that does this repo can support another LLMs, like Meta LLAMA or BLOOM