Wise-Vision-2 / setup.sh
raj999's picture
Update setup.sh
38946a9 verified
raw
history blame
439 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
pip install git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13