TuSimple-DUC
TuSimple-DUC copied to clipboard
A question about DUC
If the orginal image is (600,800), After downsample 16X, the feature map is (37,50), How to use DUC to reproduce orginal size? upsample 16X is (592,800)
The simplest way is to do a resize.
I have the same problem. Have you solved it?