-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question on usage #1
Comments
Hi, cli
python code geolabels.make_all(img, tiles, categories) So you need :
I think you have all that is needed, you just have to create the CATEGORIES file . You can check the Data folder and the Readme for more explanation. Example of the categories file : {
"category_1": {
"id": 1,
"file": "path to your category_1 vector file",
"color": [150, 0, 0]
},
"category_2": {
"id": 2,
"file": "path to your category_2 vector file",
"color": [255, 255, 255]
}
} |
This is my directory tree
This is my categories.json
When I run
I run into this error:
|
Hi,
I have a geotiff of size 5000 x 5000 and its corresponding geojson. Would it be possible to use geolabel-maker to create a coco dataset (where image tile size is 256 x 256)? If so how?
The text was updated successfully, but these errors were encountered: