You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think "targets=None" is right. in the "base_cam.py",
if targets is None:
target_categories = np.argmax(outputs.cpu().data.numpy(), axis=-2)
targets = [ClassifierOutputTarget(
category) for category in target_categories]
obviously, "pose" output should not use "ClassifierOutputTarget"
The text was updated successfully, but these errors were encountered:
I don't think "targets=None" is right. in the "base_cam.py",
obviously, "pose" output should not use "ClassifierOutputTarget"
The text was updated successfully, but these errors were encountered: