Skip to content

Commit 3db824c

Browse files
authored
Merge pull request #390 from YunhongLu-ZJU/main
revised image quality metric
2 parents 217652d + df2ecaf commit 3db824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/image_quality_metric/image_quality_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Parameters
1414
prompt = "an orange cat"
15-
image = Image.open("data\examples\ImageQualityMetric\image.jpg")
15+
image = Image.open("data/examples/ImageQualityMetric/image.jpg")
1616
device = "cuda"
1717
cache_dir = "./models"
1818

0 commit comments

Comments
 (0)