DeepSim icon indicating copy to clipboard operation
DeepSim copied to clipboard

coding error in nextbatch

Open krishnakanthnakka opened this issue 7 years ago • 1 comments

Line 33-34 in util.py, function next batch if self.resize: im = np.stack([cv2.resize(im[:,:,i], (cfg.RESIZED_SIZE, cfg.RESIZED_SIZE)) for i in range(im.shape[2])], axis=2)

the image index I at line 30 is overwritten by this new looping variable i. Please check.

Also, can you confirm if the generator is working for the PASCAL VOC dataset, I see non-realistic repeated patterns in the outputs when I ran the code?

krishnakanthnakka avatar Jun 19 '18 13:06 krishnakanthnakka

Hi, @krishnakanthnakka

I tried restoring the model for generating images but it keeps showing me graph error related issue. I am trying to generate mages from the model trained.

Please help if you know what's the issue. Thanks

NidhiSultan avatar Jul 04 '19 10:07 NidhiSultan