CoCosNet-v2
CoCosNet-v2 copied to clipboard
CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation
After following the instructions to run the test.py, the following error pops up RuntimeError: [enforce fail at C:\cb\pytorch_1000000000000\work\caffe2\serialize\inline_container.cc:231] . file in archive is not in a subdirectory archive/: latest_net_D.pth when...
running "Inference Using Pretrained Model" ,but I get an error like the one below ./dataset/deepfashionHD/pose\MEN\Denim\id_00000089\02_7_additional_candidate.txt not found.
hello, you used [OpenPose](https://github.com/Hzzone/pytorch-openpose) to create pose *.txt files how i can create thous files for another data set ? i follow the link for OpenPose but i i can't...
Can you provide configuration files for the other datasets mentioned in the paper? For example xxx_ref.txt and xxx_ref_test.txt, as provided by CoCosNet v1. In particular, configuration files for the Metfaces...
file in archive is not in a subdirectory archive/: latest_net_D.pth
hi,thans for your work,but when I torch.load(), [enforce fail at ..\caffe2\serialize\inline_container.cc:211] . file in archive is not in a subdirectory archive/: latest_net_D.pth
hey when i train the model from random weights during the training i can see some results ( every N epochs) when i run test.py with the new trained models...
Traceback (most recent call last): File "train.py", line 21, in dataloader = data.create_dataloader(opt) File "/home/kas/CoCosNet-v2/data/__init__.py", line 33, in create_dataloader instance.initialize(opt) File "/home/kas/CoCosNet-v2/data/pix2pix_dataset.py", line 33, in initialize self.ref_dict, self.train_test_folder = self.get_ref(opt)...
Thank you all!
Many thanks for your work. I am sorry to ask is it possible that the proposed patch matching method can be used for different image size for traning and testing.