You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: