We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用main进行heatmap热力图可视化报如下错误 File "C:\Users\LiZhentao\Desktop\YOLOv5-Lite-master\YOLOv5-Lite-master\scripts\Grad_Cam.py", line 251, in forward prediction, logits, _ = self.model(img, augment=False) ValueError: not enough values to unpack (expected 3, got 2) 模型使用的是v5lite-g.pt,target-layer为model_23_m_2_cv2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用main进行heatmap热力图可视化报如下错误
请问如何解决File "C:\Users\LiZhentao\Desktop\YOLOv5-Lite-master\YOLOv5-Lite-master\scripts\Grad_Cam.py", line 251, in forward
prediction, logits, _ = self.model(img, augment=False)
ValueError: not enough values to unpack (expected 3, got 2)
模型使用的是v5lite-g.pt,target-layer为model_23_m_2_cv2
The text was updated successfully, but these errors were encountered: