-
Notifications
You must be signed in to change notification settings - Fork 111
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
Can't Produce Segmentation Data #118
Comments
@skarakulak just checked it out and I can confirm that I'm seeing the same issue. I'll mess around with this for a while and update soon. Thanks for the bug report! |
@skarakulak Looks like there is a |
Thanks a lot for the quick response, much appreciated |
I have tried with the latest code but still getting no labels:
|
@skarakulak it still isn't merged in yet. If you want to try it out now, you can install directly from the repo ( |
Skip invalid or empty geometries, close #118
I got same problem.
Analogical errors appear with other bounding boxes. |
I tried the example from devseed.com and got same: |
@NickElixir, check your (multi)polygon/geometry, when it was created, some bow-tie/intersect was accidentally created. Check this - How to fix invalid polygon with self-intersection - Python . |
@Geoyi, I don't understand what I should do. This is my bounding box: |
@skarakulak I use Colab for downloading images for segmentation. How I can install your fork in Colab? |
@NickElixir @skarakulak @Geoyi the problematic geometries sometimes come directly from OSM or when they get chopped up by our tiling. It will show the warning but skips the geometry and should continue from there. @NickElixir are you still getting results after seeing that warning? |
@drewbo, I got some but less now. Does this error mean that I skip tags? |
@NickElixir it's possible to fix the underlying geometries first then load as a GeoJSON but that's a bit of a pain. When you say that you're getting "less now" (I assume labels), less than when? |
Hi,
I was trying to produce a segmentation data on an area in Philippines with the configuration below.
label-maker download
command creates the mbtiles and geojson files. However when I try to produce the labels and images, label-maker just creates empty folders. Where do I do wrong? I have installed mbviewer and made sure that the region that I downloaded contains labels.The text was updated successfully, but these errors were encountered: