ohsome2label
ohsome2label copied to clipboard
Historical OpenStreetMap Objects to Machine Learning Training Samples
Hi there, Great tool! I'm using it to make some segmentation masks for land cover analysis. I notice that a significant drawback in segmentation mode is that almost all highway=*...
During the execution of the comand `ohsome2label --config config\config.yaml image` with the following file `config.ymal`: ```yml project: name: TestSentinel workspace: ./Sentinel_result project_time: 2020-05-18 task: segmentation osm: api: ohsome url: https://api.ohsome.org/v1/elements/geometry...
While trying to setup training env, I came across the following error - - python3.6 does not support tf v1.* - geopandas had some broken file link to gdal (https://stackoverflow.com/questions/54734667/error-installing-geopandas-a-gdal-api-version-must-be-specified-in-anaconda)....
It has been reported that one could get the following error:  when running `ohsome2label vector` from the server. We found out this issue was related to the security certificate...
If you may use pycharm or other IDE in Windows, there might be error when installing shaply with pip. The potential solution could be: `conda install -c conda-forge shapely=1.6.4`
the command of "ohsome2label label" with default config gives me the following error:  I think it is related to https://github.com/GIScience/ohsome2label/blob/19f456ceabf2a5ffe2e83b29eed5fc707ffd8b27/ohsome2label/label.py#L354 @wuzyzy could you maybe check the dev branch?
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.4.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.4.2 Release 2.4.2 This release introduces several vulnerability fixes: Fixes a heap buffer overflow in RaggedBinCount (CVE-2021-29512)...
I am finding the [walkthrough for satellite image building detection](https://github.com/GIScience/ohsome2label/blob/master/walkthrough/README.md) quite confusing. I am using a Google Colab instace to test it out. I have installed the package and then...