Implementation of the ChangeNet paper.
I did some few changes to squeeze some accuracy performance...
- Use of Focal Loss instead of CrossEntropy
- Use bigger Deconvolutio Network (Instead of FC-->Upsample)
Implementation of the ChangeNet paper.
I did some few changes to squeeze some accuracy performance...