Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing crop size to (640, 1152) #16

Open
Kyanite123 opened this issue Jun 12, 2019 · 1 comment
Open

Changing crop size to (640, 1152) #16

Kyanite123 opened this issue Jun 12, 2019 · 1 comment

Comments

@Kyanite123
Copy link

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!

@dmy1997
Copy link

dmy1997 commented Jul 8, 2019

1024:2048=640:1280
You cant only change the width, resulting in the ground truths after cropping shift.
You should maintain the ratio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants