NovelViewSynthesis-TensorFlow
NovelViewSynthesis-TensorFlow copied to clipboard
Running on smaller images (128,128)
Hey, I have tried to adapt your code to run on my dataset which contains images of size 128,128. I changed output_shapes accordingly in object_loader.py. The training runs but doesnt converge to a solution, the output images are uniformly black (which is the background colour of my dataset). Do you know why this would be and how I could fix it? Thanks