-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem of dataset #93
Comments
@MisterBourbaki,I just tried to use another dataset mentioned in the code, OxfordPets, to do the test, the result is still not good, I think it may be that there is a problem with the data import method, do you have a good solution? |
Hi again, |
I am referring to the lines in the original file, as you may have modified it locally. I refer I think to the lines after line 115 in your screenshot. |
I'm very sorry for my negligence. My current problem is that the generated images I trained on my own dataset have poor quality. I want to know where the problem occurred |
What do you mean, poor quality? :) |
In addition, I just looked at lines 101 to 125 of the original file and when I conducted experiments using the Oxford Pets dataset, I did indeed remove the annotations. However, the resulting Reconstructions and Samples images were still of poor quality. However, the image quality obtained after training with the Celeba dataset was still good |
I hope you commented the lines below, where the CelebA dataset is used :) Otherwise, the last definitions will have priority... and you will still traind on the CelebA dataset. |
When I was experimenting with the Oxford Pets dataset, I commented out the rows of Celeba. When experimenting with a custom dataset, I changed MyCelebA to MyDataset friendly |
Hi @kuailexiaohunzi , |
You are right, I am showing the image of epoch 0, but in fact, the image of epoch 100 is also like this, and the image effect of epoch 0 in Celeba is already quite good; Also, isn't VAE just a generative model? Isn't it something that can be used for image generation tasks |
Hi there,
Hope those points will help you :) |
Thank you for providing the information. I will find time to study and identify the problem |
Have you solved this problem? |
The above reasons are due to the limitations of VAE itself, which cannot achieve good reconstruction and generation results for complex datasets |
感谢,想问一下还有什么效果较好的生成模型吗 |
看你的目的是啥,不区分种类的话,可以看看扩散模型 |
I want to use the vanilla vae model to train my own dataset, and the original images are as follows
My data import code is as follows
The configuration file is as follows
I modified the kld weight parameter, but the generated image effect is still not satisfactory
I have learned that the Celeba dataset has attribute files, and I am not sure if this result is due to the absence of attribute files in my dataset. However, I have also found that although the parameters of the attribute files were passed in during the image generation process, they were not used
I am very confused and hope to receive your help. Thank you
The text was updated successfully, but these errors were encountered: