RashiAgarwal commited on
Commit
acf7440
·
1 Parent(s): 7b271ac

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -652,7 +652,7 @@ class YoloCAM(BaseCAM):
652
  self,
653
  input_tensor: torch.Tensor,
654
  scaled_anchors: torch.Tensor,
655
- targets: List[torch.nn.Module],
656
  eigen_smooth: bool = False,
657
  ) -> np.ndarray:
658
  if self.cuda:
 
652
  self,
653
  input_tensor: torch.Tensor,
654
  scaled_anchors: torch.Tensor,
655
+ targets: list[torch.nn.Module],
656
  eigen_smooth: bool = False,
657
  ) -> np.ndarray:
658
  if self.cuda: