ALFNet
ALFNet copied to clipboard
Changing crop size to (640, 1152)
Hi Liu!
I am highly impressed with your work ! Thanks for publishing the code.
Due to memory issues I've tried to feed the network with smaller data, thus I've defined the crop size in the Config class as self.random_crop = (640, 1152) instead of (640, 1280). However no it seems that the regression errors are huge!
Do you have an idea why?
Thanks!
1024:2048=640:1280 You cant only change the width, resulting in the ground truths after cropping shift. You should maintain the ratio.