make test time dataset that has cropping and padding options that make the prediction the same size as the output.
test time model input modification options... pad/crop width and height parameters (can be negative to crop, positive to pad), default is to crop down to the nearest 16 option.
at test time output .. reverse operation of test time modifications.
modify dataset object to have these crop options/choices recorded, modify dataset class to have function to reverse this operation.
make test time dataset that has cropping and padding options that make the prediction the same size as the output.
test time model input modification options... pad/crop width and height parameters (can be negative to crop, positive to pad), default is to crop down to the nearest 16 option. at test time output .. reverse operation of test time modifications.
modify dataset object to have these crop options/choices recorded, modify dataset class to have function to reverse this operation.
needs to be done before #62