Utilities for AI - Assisted Mapping fAIr
Project description
hot_fair_utilities ( Utilities for AI Assisted Mapping fAIr )
Initially lib was developed during Open AI Challenge with Omdeena. Learn more about challenge from here
hot_fair_utilities
Installation
hot_fair_utilities is collection of utilities which contains core logic for model data prepration , training and postprocessing . It can support multiple models , Currently ramp is supported.
-
To get started clone this repo first :
git clone https://github.com/hotosm/fAIr-utilities.git
-
Setup your virtualenv with
python 3.8
( Ramp is tested with python 3.8 ) -
Install tensorflow
2.9.2
from [here] (https://www.tensorflow.org/install/pip) According to your os
Setup Ramp :
-
Copy your basemodel : Basemodel is derived from ramp basemodel
git clone https://github.com/radiantearth/model_ramp_baseline.git
-
Clone ramp working dir
git clone https://github.com/kshitijrajsharma/ramp-code-fAIr.git ramp-code
-
Copy base model to ramp-code
cp -r model_ramp_baseline/data/input/checkpoint.tf ramp-code/ramp/checkpoint.tf
-
Install native bindings
-
Install Numpy
pip install numpy==1.23.5
-
Install gdal .
for eg : on Ubuntu
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update sudo apt-get install gdal-bin sudo apt-get install libgdal-dev export CPLUS_INCLUDE_PATH=/usr/include/gdal export C_INCLUDE_PATH=/usr/include/gdal pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
on conda :
conda install -c conda-forge gdal
-
Install rasterio
for eg: on ubuntu :
sudo apt-get install -y python3-rasterio
on conda :
conda install -c conda-forge rasterio
-
-
Install ramp requirements
Install necessary requirements for ramp and hot_fair_utilites
cd ramp-code && cd colab && make install && cd ../.. && pip install -e .
Conda Virtual Environment
Create from env fle
conda env create -f environment.yml
Create your own
conda create -n fAIr python=3.8
conda activate fAIr
conda install -c conda-forge gdal
conda install -c conda-forge geopandas
pip install pyogrio rasterio tensorflow
pip install -e hot_fair_utilities
Test Installation and workflow
You can run package_test.ipynb
to your pc to test the installation and workflow with sample data provided
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hot-fair-utilities-1.0.52.tar.gz
.
File metadata
- Download URL: hot-fair-utilities-1.0.52.tar.gz
- Upload date:
- Size: 60.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19ff5587d7452c882525a21a4348a2c24328c6c29565fe77afcdda222812c48c |
|
MD5 | 2df27e950d27f24b9bb98a8de8e2ce12 |
|
BLAKE2b-256 | dd92c6727e2eca8116a4a5d6ce6a92a1ef20be8e63196d8e7307a4749c16ad62 |