File size: 160 Bytes
96cd238
 
 
 
 
 
 
 
 
 
1260334
96cd238
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

set -ex

python check_valid_image.py
python resize_ds_img.py
python delete_similiar_img.py

git add . 

git commit -m"update ,"

git push