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

size question #16

Open
loulansuiye opened this issue Jun 5, 2018 · 0 comments
Open

size question #16

loulansuiye opened this issue Jun 5, 2018 · 0 comments

Comments

@loulansuiye
Copy link

there is a problem that if
if(minX==maxX or minY==maxY): these data is illegal for DL dataset
so the following code is needed
if(minX==maxX or minY==maxY):
print("minx/miny:%s/%s maxx/maxy:%s/%s"%(minX,minY,maxX,maxY))
return
print("hhhhh======hhhhh")

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

1 participant