File size: 357 Bytes
d7aea57
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
if [ ! -f './models/detr.ckpt' ]
then
  echo "Downloading DeTr detection model"
  gsutil cp gs://illuin-engie-tableaux-sky-training/last-v6.ckpt ./models/detr.ckpt
fi

if [ ! -f './models/siglip.ckpt' ]
then
  echo "Downloading siglip classification model"
  gsutil cp gs://illuin-engie-tableaux-classification-training/last-v1.ckpt ./models/siglip.ckpt
fi