developmentseed / developmentseed/label-maker

Filtering

Open
#140 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
472
Forks
106
PR merge metrics
No merged PRs in 30d

Description

Hi,

I'm currently working on a project that requires me to retrieve tree area in aerial images. I found this project really promising. However, I also found out some masked areas in the openstreetmap contain false-positives. For example, mask data imported from LINZ's topographic maps are usually shifted from actual tree areas. I'm wondering with current utility of the config.json file, is there anyway to filter such data out of my training dataset as I don't want too much FP?

Here is my current config file:
`
"country": "new_zealand",
"bounding_box": [175.1848,-37.8868,175.4386,-37.6892],
"zoom": 18,
"classes": [ { "name": "Woods", "filter": ["==", "natural", "wood"] } ],
"imagery": "http://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=MY_ACCESS_TOKEN",
"background_ratio": 1,
"ml_type": "segmentation"
`

Thanks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.