Open jisoo1738 opened 2 years ago
My apologies for this mistake. The scatter is the predicted edges for an input image, and I have now updated this code to include scatter. I accidentally removed this part of the code.
Can i ask you more questions?
I made a folder named 'pretrained_path' and put weights files into it. Is it right?
Where can i find /fine_encoder_100_weights.h5 file?? if pretrained_fine_encoder == True: gan.fine_encoder.load_weights(f'./fine_encoder_100_weights.h5')
How do I fix this error
Traceback (most recent call last):
File "test.py", line 140, in
I really want to run this code...
Yes, of course, you can ask more questions.
File "test.py", line 156, in
Because of this error I reshaped maskd_gray to 2D mask_gray = rgb2gray(mask).astype(bool).reshape(256,256) Is it correct?
Yes, it is correct
what's the 'scatter'?? I can't find it in codes...