Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coding error in nextbatch #2

Open
krishnakanthnakka opened this issue Jun 19, 2018 · 1 comment
Open

coding error in nextbatch #2

krishnakanthnakka opened this issue Jun 19, 2018 · 1 comment

Comments

@krishnakanthnakka
Copy link

krishnakanthnakka commented Jun 19, 2018

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?

@NidhiSultan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants