label-maker
label-maker copied to clipboard
Data Preparation for Satellite Machine Learning
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
It appears that although a `--log` option is available for commands, it is moot, as `logging` is not used, but rather all messages appear to be written via the `print`...
Please either remove the dependency on `click` (it appears not to be used), or upgrade to `click>=7`
Hi, is the code (e.g. tf_od_predict.py) going to be upgraded to Tensorflow 2? Thank you, Jan
Perhaps it's best to explain my issue with a simple example: 1. I set the bounding_box in config.json to [0,0, 100,100]. 2. I download labels within the bounding box 3....
Currently the `data.npz` output, by default is split into a `test` and `train` set with 80% of the data going into training and 20% of the data going into the...
Right now, tile downloads [happen in series/synchronously](https://github.com/developmentseed/label-maker/blob/master/label_maker/images.py#L71-L74). This is quite slow for larger data sets. We should take advantage of improved Python 3.6 `asyncio` support or an existing library to...
Hello! I want to improve the detection, especially when i;use label-marker. Is it possible to do that stuff ?
`Downloading 239 tiles to data/tiles Traceback (most recent call last): File "rasterio/_base.pyx", line 213, in rasterio._base.DatasetBase.__init__ File "rasterio/_shim.pyx", line 64, in rasterio._shim.open_dataset File "rasterio/_err.pyx", line 205, in rasterio._err.exc_wrap_pointer rasterio._err.CPLE_HttpResponseError: HTTP...
I'm getting the following error while installing label-maker using pip install label-maker. Using Python 3.6.8. Error message: Command "python setup.py egg_info" failed with error code 1 in C:\Users\\AppData\Local\Temp\pip-install-4nkv2dda\rasterio\