Closed
Description
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.
{
"country": "philippines",
"bounding_box": [121.464843728242,18.312810843256784,121.50878904073498,18.354525525951416],
"zoom": 12,
"classes": [
{ "name": "Landuse", "filter": ["has", "landuse"] },
{ "name": "Roads", "filter": ["has", "highway"] },
{ "name": "Building", "filter": ["has", "building"] }
],
"imagery": "http://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoic2thcmFrdWxhayIsImEiOiJjam54Z3YwaDYwMGhkM3FwY3BmeG1lZHd5In0.dAFYUvWpcw7katdB9xeBSg",
"background_ratio": 1,
"ml_type": "segmentation"
}