mrrahul011 commited on
Commit
3cbc2dc
·
verified ·
1 Parent(s): 13549c7

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -7,7 +7,7 @@ def generate_confidences(
7
  input_img,
8
  num_top_preds,
9
  ):
10
- input_img = test_transforms(image=input_img)
11
  input_img = input_img["image"]
12
 
13
  input_img = input_img.unsqueeze(0)
 
7
  input_img,
8
  num_top_preds,
9
  ):
10
+ #input_img = test_transforms(image=input_img)
11
  input_img = input_img["image"]
12
 
13
  input_img = input_img.unsqueeze(0)