TomatoBoy90
TomatoBoy90
hello,I read your work find that your paper say work better in cityscapes when use instance maps. however,if I train general A to B task,can I use instance maps? for...
I didn't reply after filling in the form
ModuleNotFoundError: No module named 'clean_ch'
What is the ILN network layer? I searched a large circle and didn't see the relevant information
I use flask for deployment, and the infer time is very slow, one second at a time
+-----------------------------------------------------------------------------+ | NVIDIA-SMI 410.104 Driver Version: 410.104 CUDA Version: 10.0 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage |...
 code as follow: from PIL import Image img=Image.open('XX.jpg').resize((256,256)) image=np.array(img) ih=torch.tensor(np.transpose(image,(2,0,1)))/255.0 ih=ih.unsqueeze(0) imoutput,immask,imwatermark= model(ih.cuda()) imcoarser,imrefine,imwatermark = imoutput[1]*immask + im*(1-immask),imoutput[0]*immask + im*(1-immask),imwatermark*immask torchvision.utils.save_image(imcoarser,'imrefine.jpg')
hi, your job so great .however,how to download those data?
我在运行你的测试代码的时候,出错了: Network [ModulateGenerator] was created. Total number of parameters: 89.6 million. To see the architecture, do print(network). Embedding size is 512, encoder SAP. Network [ResSESyncEncoder] was created. Total number of...