Open QiYanPitt opened 5 years ago
Hi @QiYanPitt . Thank you for your report.
(1) is obviously wrong, you're right. Now, keras-vis that have published to PiPy is old that has some issues.
That's, (2) should be correct because it is computed by letest version of keras-vis. There may be any problem in current keras-vis if (2) is wrong for you. Could you please give us more details for the problem.
I'm not sure that (3) is correct or wrong, sorry.
Because that is up to when it's a few months back
.
Hi @QiYanPitt . Thank you for your report.
(1) is obviously wrong, you're right. Now, keras-vis that have published to PiPy is old that has some issues.
That's, (2) should be correct because it is computed by letest version of keras-vis. There may be any problem in current keras-vis if (2) is wrong for you. Could you please give us more details for the problem.
I'm not sure that (3) is correct or wrong, sorry. Because that is up to when it's
a few months back
.
I thought the output heatmap is a RGB image with 3 channels. So why (1) with 224, 224, 3 is wrong but (2) and (3) with 224,224 are correct?
On version 0.4.1, I am able to run the ./example/vggnet/attention.ipynb using visualize_cam, but i failed with version 0.5.0.
The input model (including weights) and image are exactly the same, but visualize_saliency showed different results.
(1). Use "pip install keras-vis" to install today
(2). Use "python setup.py install" to install today
(3). Use "python setup.py install" to install a few months back
After checking the results. (3) seems to be correct. (1) and (2) are wrong probably due to dependent package version, but I have no idea. Can anyone help me out?