CoCosNet-v2
CoCosNet-v2 copied to clipboard
updated README.md and pix2pix_dataset.py
Description
This pull request fixes the training and inference command given in the readme. It also fixes the ever-lasting file location error.
Changes
- [x] Fixed the training and inference commands in README which were previously indicating the data to be in the
dataset/deepfashionHDeven though the previous paragraphs in the README suggested to put the data indeepfashionHD. - [x] Added the additional comment in README of removing the redundant
latest_net_D.pthandlatest_net_G.pthfrom thelatest_net_Corr.pthfile for proper inference using the pretrained model. This has been stated in #26, #22, #16. This fix describes the comment #3 in the README for solving the open issues. - [x] Fixed the ever-lasting issue of file not found given the weird structure of filepath. This issue has been stated in #27, #15, #10, #9.
Hope this helps.
@microsoft-github-policy-service agree