Added feature to enable accessing outputs after the image is passed through EigenCAM. Let cam be an instance of EigenCAM and the image forwarded throught the model via cam(...), then the model outputs can be accessed via e.g., cam.outputs[0].probs.top5 or cam.outputs[0].names etc.
Added feature to enable accessing outputs after the image is passed through EigenCAM. Let cam be an instance of EigenCAM and the image forwarded throught the model via cam(...), then the model outputs can be accessed via e.g.,
cam.outputs[0].probs.top5
orcam.outputs[0].names
etc.