Skip to content

Commit 12b25e4

Browse files
authored
Update test.py
1 parent 856406f commit 12b25e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def load_model(model, pretrained_path, load_to_cpu):
9999
resize = 2.5
100100
elif args.dataset == "AFW":
101101
resize = 1'''
102-
102+
resize = 2.5
103103
_t = {'forward_pass': Timer(), 'misc': Timer()}
104104
img_path = '/content/test.jpg'
105105
img_raw = cv2.imread(img_path, cv2.IMREAD_COLOR)

0 commit comments

Comments
 (0)