File size: 548 Bytes
a1f82d3
 
 
 
 
 
 
 
 
900a499
38946a9
edbcdc2
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
pip install detectron2==0.6 -f \ https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html