This commit is contained in:
Ammar Qammaz 2023-10-29 00:03:22 +03:00
parent ffea011444
commit 90ffc7dbb0
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ RUN \
build-essential \
cmake \
ffmpeg \
imagemagick \
unzip \
freeglut3-dev \
libopencv-dev \

View File

@ -21,10 +21,10 @@ fi
python3.10 convert.py -s $1-data/ #--no_gpu
python3.10 train.py -s $1-data/ --model_path=$1-data/output/ #-r 1
python3.10 train.py -s $1-data/ -r 1 #--model_path=$1-data/output/ #
#pack it in
tar cvfjh "$1.tar.bz2" $1-data/
#tar cvfjh "$1.tar.bz2" $1-data/
exit 0