Skip to content

Commit

Permalink
remove default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiyu authored and Aiyu committed Aug 31, 2021
1 parent 944a18c commit 37e1c91
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/run_eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ python generate_all.py --model dior --dataroot $DATAROOT \
python tools/compute_ssim.py --output_dir $OUTPUT_DIR'_'$LOAD_EP

# fid and lpips
export ROOT=/shared/rsaas/aiyucui2/inshop
export REAL_DIR=$ROOT/fashion_yifang/train_176_original_name
export GT_DIR='' # $ROOT/fashion_yifang/test
#export REAL_DIR=$ROOT/fashion_yifang/yurui/train_256
#export GT_DIR=$ROOT/fashion_yifang/yurui/test_256
export REAL_DIR=$DATA_DIR/ttrain
export GT_DIR=$DATA_DIR/test
export RESULT_DIR=$OUTPUT_DIR'_'$LOAD_EP

python3 -m tools.metrics \
Expand Down

0 comments on commit 37e1c91

Please sign in to comment.