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

Any reason why minimum height need to be lower than -90? #20

Open
visittor opened this issue Jul 12, 2023 · 1 comment
Open

Any reason why minimum height need to be lower than -90? #20

visittor opened this issue Jul 12, 2023 · 1 comment

Comments

@visittor
Copy link

if (yMin > -90):

According to this line, if yMin is higher than -90, the value will be overwritten with the value -130.

Is there any reason about this?

I happened to have height channel cap at 255 for upper half of image when I used with my synthetic dataset.

@GentlesJan
Copy link

I get same question about this, i think "if (ymin < -90): ymin=-130" is more reasonable maybe, right?

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