MartinPernus / FICE

Text-Conditioned Fashion Image Editing
MIT License
61 stars 5 forks source link

Can I get the complete code? #2

Closed yangxingrui closed 1 year ago

yangxingrui commented 1 year ago

Hello, I have read your paper, and I think your paper is very enlightening. So I want to reproduce your code. Can you calculate when the code will be uploaded? If you allow me to get the complete code, I would be very grateful. Please contact yangxingrui5@gmail.com

MartinPernus commented 1 year ago

Hi, what are you missing from this repository?

yangxingrui commented 1 year ago

Hello, I saw you add args_dict.pt under the models folder last week, does this mean that there are still many codes that have not been submitted? In addition, I haven't found the location to store the dataset and can't use the dataset to train the model by myself. Can you help me?

MartinPernus @.***> 于2023年2月6日周一 16:22写道:

Hi, what are you missing from this repository?

— Reply to this email directly, view it on GitHub https://github.com/MartinPernus/FICE/issues/2#issuecomment-1418686594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWV27EXWZKZOJBBDU4IZX2DWWCYFJANCNFSM6AAAAAAUSLCESA . You are receiving this because you authored the thread.Message ID: @.***>

MartinPernus commented 1 year ago

Hi,

the exclusion of args_dict.pt was a bug from my side, which is now solved. The repository contains the entire code that was used to obtain the results with the exception of prototype-based initialization method (which only works better in some cases).

I suppose you are referring to the dataset for training the GAN model? You can already use the GAN checkpoint provided by the download.sh script. Alternatively, you can download VITON dataset from various websites, such as kaggle, then train StyleGAN2 from any of the official GitHub repositories, such as this one.

yangxingrui commented 1 year ago

Hello, I'm using download.sh script found that it could not be downloaded when downloading the pre-training model. Could you check Dropbox or send me the pre-training model directly? Thank you very much for your help.

MartinPernus @.***> 于2023年2月7日周二 18:39写道:

Closed #2 https://github.com/MartinPernus/FICE/issues/2 as completed.

— Reply to this email directly, view it on GitHub https://github.com/MartinPernus/FICE/issues/2#event-8456596470, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWV27EX3LP4O4Y4PKMZP7C3WWIQ75ANCNFSM6AAAAAAUSLCESA . You are receiving this because you authored the thread.Message ID: @.***>

MartinPernus commented 1 year ago

I just tried to run download.sh it myself and experienced no problems with checkpoint download. Can you describe the error in more detail?

yangxingrui commented 1 year ago

MartinPernus @.***>于2023年2月17日 周五15:23写道:

I just tried to run download.sh it myself and experienced no problems with checkpoint download. Can you describe the error in more detail?

— Reply to this email directly, view it on GitHub https://github.com/MartinPernus/FICE/issues/2#issuecomment-1434220122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWV27EQXPDUPCCADJEC7BQDWX4RP3ANCNFSM6AAAAAAUSLCESA . You are receiving this because you authored the thread.Message ID: @.***>

I think it is because I am in Chinese Mainland and my access to dropbox will be interfered by GFW. Even though I use the proxy software, I still cannot download the complete pre training model smoothly. Is there any other scheme to obtain your model?

MartinPernus commented 1 year ago

I will contact you directly and try to provide the checkpoint file in some way.