Adrián Rodríguez Grillo
Adrián Rodríguez Grillo
Hello! First, I want to thank you for releasing the code of the architecture its quality. During the last days, I have been going through the code and testing it...
This PR changes the augmentation code for the horizontal flipping by modifying the way the new rotation is calculated. As discussed in #13.
Generating the model that uses the Subpixel layer produces an error when the loading from a saved checkpoint. The problem is located in this line: https://github.com/Golbstein/Keras-segmentation-deeplab-v3.1/blob/2138ad3409c6c8d07d42296ca590172c7307b31e/subpixel.py#L101 That can be solved...