AGE icon indicating copy to clipboard operation
AGE copied to clipboard

A implementation of Attribute Group Editing for Reliable Few-shot Image Generation (CVPR 2022)

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

Hello, I encountered the following problem in the process of training, it seems that because of distributed training, how do I solve it

Thank you so much for your great work. But I can't find the animal faces and vgg faces datasets on the corresponding web pages, can you share a download link?

Hello there! I have been very interested in trying to reimplement aspects of this project, but have had difficulty in pretraining my own pSp models. The pSp model requires the...

Hello. I came across your paper and found it very interesting, so I downloaded the code to run it myself. And I want to make my own dataset, I have...

Thanks for your codes. I have some questions. I'd appreciate it if you could respond. 1. I want to understand the evaluation protocol used in the paper to obtain the...

Can you Please provide the evaluation code, to compute the numbers given in the tables.

I am trying to use the pretrained models given using the tools/inference.py. python tools/inference.py \ --output_path=/path/to/output \ --checkpoint_path=/path/to/checkpoint \ --test_data_path=/path/to/test/input \ --train/data_path=/path/to/training/data \ --class_embedding_path=/path/to/classs/embeddings \ --n_distribution_path=/path/to/save/n/distribution \ --test_batch_size=4 \ --test_workers=4...

Many thanks for this excellent work. I am trying to use the dataset (https://drive.google.com/drive/folders/1Ytv02FEMk_n_qJui8-fKowr5xKZTpYWb?usp=sharing) and the pretrained PSP model (https://drive.google.com/drive/folders/1gTSghHGuwoj9gKsLc2bcUNF6ioFBpRWB?usp=sharing) you provided to get the embeddings, ``` python tools/get_class_embedding.py \...

1. What is the image dimension used for the experiments for each dataset, is it 256x256? 2. Could you please provide the code for FID & LPIPS evaluation? 3. What...