Pedro Costa
Pedro Costa
Hi! I am facing the same issue. I tried replacing the CustomCascadeROIHeads with the StandardROIHeads, trying to confirm if the problem, but the same problem persists. I have the feeling...
Thank you! 👍 It seemed to have solved the problem here as well!
Hi, Notice that, in train.py's pix2pix_generator function I am feeding the real class to the model. We want the discriminator to output the real class and that is why we...
It's hard to say what is the problem. Are you sure you are using the th dim ordering?
Thank you for your help @diazandr3s ! I am not sure what might be the issue with the test script. By reading the error message it seems like params.results_dir and/or...
It looks like the model still needs more training, you can see that the Pix2Pix loss was starting to decrease. I remember that I have seen images like those during...
Hi! What is the keras version you are using?
I am sorry, this code was developed with keras 1. If you wish to use keras 2 you will probably need to make some changes. In keras 2, the index_generator...
Hi! We used keras 1.2.2. Can you show us the error so we can try to better understand the problem?
Hi, That seems to be a tensorflow issue. Are you sure that it is properly installed?