Wise-Vision-2 / setup.sh
raj999's picture
Update setup.sh
900a499 verified
raw
history blame
331 Bytes
# setup.sh
sudo apt update
sudo apt install -y libgdal-dev
sudo apt install -y gdal-bin
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
pip install -r requirements.txt
pip install GDAL
pip install git+https://github.com/PatBall1/detectree2.git
pip install git+https://github.com/openai/CLIP.git