label-maker icon indicating copy to clipboard operation
label-maker copied to clipboard

Data Preparation for Satellite Machine Learning

Results 40 label-maker issues
Sort by recently updated
recently updated
newest added

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...

When I try to install label_maker, with the following commanbd: `pip install --user label_maker` and it stop with the following error: ``` INFO:root:Building on Windows requires extra options to setup.py...

Anyone have advice on this error when I run label-maker download? ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/bin/label-maker", line 6, in from label_maker.main import cli File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/label_maker/main.py", line 13,...

https://github.com/developmentseed/label-maker/issues/140#issuecomment-516273662

bug

Hi Drew, Sorry for taking so long to get back to this, but in the mean time I have been working on my own head and I came up with...

rasterio/_base.c(522): fatal error C1083: 无法打开包括文件: “cpl_conv.h”: No such file or directory

Hello I am looking at the **Preparing Data with Sentinel Hub** example, since that label-maker also support to prepare the mask annotation of buildings as shown in this examples, do...

Can I run inference over the image tiles which is in .tif format? Thank you. I look forward to hear from you. Best, Suman

Dear All, Has anyone worked on counting the total number of detected objects using tf_od_record.py ? Thanks in advance. Best, Suman

Hello Everyone, I want to detect brick-kilns in satellite imagery. I trained my model using Tensorflow object detection API. Now, I want to run inference over my satellite image tiles....