kujhin

Results 3 issues of kujhin

Hi mazenmel, I have a question for you. save .npy files function in DataGenerationAndPRocessing.py np.save(new_path+'%s'%i[0:12], ImagePreProcessing(i,path)) ImagePreProcessing(i,path) is a tuple. cuz return value of ImagePreProcessing is Tuple (variable is named...

Hi, I am very interested in this task. In the sample generation, torchrun --standalone --nproc_per_node=1 generate.py --sampler_stages=both --outdir=./out_test \ --network_first=/path/to/1st/ckpt --network_second=/path/to/2nd/ckpt what should i input for --network_first and --network_second?

I want to try converting data into images myself. I downloaded data from https://physionet.org/content/challenge-2012/1.0.0/, and it seems like ConstructImage.py uses .npy files. However, the data I downloaded from the website...