Closed junhocho closed 6 years ago
Changing https://github.com/jhoffman/cycada_release/blob/b553285122b32377fe995052350eeb68c46dfcb7/cycada/data/cyclegan.py#L25 to image_paths.append(basename) solves my problem.
The images should be in a folder with the dataset name which will be stored under the "datadir" you specify -- so for example download images and store in folder "datadir/svhn2mnist". I have updated the images to be zip files for easier download.
When Train feature adaptation following image adaptation, how to set dataset structure? Where do we put
[label]_[imageId]_fake_B.png
images ?It seems given instruction is not enough to reproduce. Changed
src=svhn2mnist
intrain_adda.py
, I put all the images insvhn2mnist
which Imkdir
in thedataroot
folder. Doesn't work in that way.The function
get_dataset
indata_loader.py
returnsNone
and causesPlus, it would be nice to release your synthesized SVHN2MNIST images in zip or tar file. I didn't know how to download your images in webfolder and crawled whith index.html file.