summaryrefslogtreecommitdiff
path: root/augment.sh
blob: 47f7e74d2c3e4266ccfcc8f3935d091819ed91bf (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ "$1" == "" ]; then
    echo "Usage: $0 [dataset] [take] [make]"
    exit 1
fi
python augment.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --verbose \
  --results_dir "./recursive" --module_name pix2pixhd --model pix2pixHD --sequence-name "$1" \
  --augment-take "$2" --augment-make "$3" --phase recursive