rcg
rcg copied to clipboard
PyTorch implementation of RCG https://arxiv.org/abs/2312.03701
I recently read your fascinating paper titled "Self-conditioned Image Generation via Generating Representations" and have a question regarding the training and inference processes of the RCG model, particularly about the...
Anyone has code for custom training on own dataset???
i am getting RuntimeError("Default process group has not been initialized, " RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. issue while training MAGE and...
Hello!thank you for your great work. I trained rdm.pth from main_rdm.py,and trained mage.pth from main_mage.py, when I want to visualize the genereation, I encount this problem: RuntimeError Traceback (most recent...
Dear author, in the GT-generated images, the images containing humans do not seem to produce very good results. Is there any problem with my implementation? Looking forward to your reply,...
fid
Dear author, I have a question: Regarding calculating the Fid index, even generating 5000 samples to calculate Fid would take a long time, such as one day. What is the...
Dear authors: Thank you for opensourcing your great work RCG. However, I have noticed that: 1. A closely related technique called self-conditioning (NO clustering is performed, in contrast to 3,...
Thanks for the excellent work. I am a bit confusing about the Fig 3(b). In the fig, the original image and the representation are sent to the pixel generator. I...
Hi, author! Thanks for your sharing! You do an impressive work! I have two question. The first is what will happen if CLIP image representation is used to replace SSL...
Thanks for the great paper and code! I have a query about the moco v3 encoder- in the paper it mentions the latent representations are regularized on a hyper-sphere. I...