edhenry / chexnet

Implementation and fullstack pipeline for CheXNet classifier
MIT License
13 stars 12 forks source link

Odd transpostion of resize() #9

Open edhenry opened 5 years ago

edhenry commented 5 years ago

Creating an issue for this TODO in the chexnet_client to investigate why there seems to be some form of a rotation for the CAM that is created on non-square images.

This produces what I think are rotated heatmaps for all images that we're generating these activation maps.

https://github.com/edhenry/chexnet/blob/5c8746860135c0c855b89b72dcc235e71c5a02f5/chexnet_client.py#L264