zhangap commited on
Commit
f582e38
1 Parent(s): 34c993f

Update run_evaluate.sh

Browse files
Files changed (1) hide show
  1. run_evaluate.sh +5 -1
run_evaluate.sh CHANGED
@@ -1 +1,5 @@
1
- python src/evaluate_img.py -i "path_to_generated_HR" -r "path_to_ground_truth"
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ mkdir -p checkpoints
4
+
5
+ wget https://huggingface.co/zhangap/S3Diff/blob/main/s3diff.pkl -P checkpoints