SEAN
SEAN copied to clipboard
SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
I get an error when I run test.py !python test.py --checkpoints_dir "" --name CelebA-HQ_pretrained --load_size 256 --crop_size 256 --dataset_mode custom --label_dir /content/SEAN/imgs/colormaps --image_dir /content/SEAN/imgs/colormaps --label_nc 19 --no_instance --gpu_ids 0 ```...
Traceback (most recent call last): File "train.py", line 47, in trainer.run_generator_one_step(data_i) File "/d6295745ef534beab3ce2490bedcd8ab/lxy/inkpaint/SEAN/trainers/pix2pix_trainer.py", line 35, in run_generator_one_step g_losses, generated = self.pix2pix_model(data, mode='generator') File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__ result =...
I use the mask images as label(background is 0,foreground is 255),but it can not work when "--label_nc"==2 or == 256.Only when I change the mask images(background is 0,foreground is 1)...
Hi, I'm trying to run test.py through anaconda but It makes this error code. I try to download data.coco_dataset But I couldn't do it. My system is window10 torch 1.11.0...
Hi, Thank you for your code. I have question about the nonsense situation. As you know, visualizer.display_current_results save function saves the result images. Maybe the result from generator 'G' outputs...
Traceback (most recent call last): File "run_UI.py", line 457, in update_entire_feature if cb_status and i in self.label_count: AttributeError: 'Ex' object has no attribute 'label_count' Abort trap: 6
KeyError: 'ACE' 
Hello, I'm reimplementing your work in TensorFlow. I have some questions about the input range. Based on your code, input image is [-1, 1] , segmentation map is [0, 255]....
Hi, thanks for your work! I have a question about the SEAN module implementation detail. In the de-normalization process, why did you add an extra 1 to the gamma? i.e.,...