deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
https://www.manning.com/books/deep-learning-with-pytorch
4.69k stars 1.98k forks source link

Confusion over xyz to irc #75

Closed johnmccabe44 closed 3 years ago

johnmccabe44 commented 3 years ago

When extracting a chunk of ct with the getRawCandidate fn I am unclear how the translation from index, row, column to index, column, row is made so as to reflect the image.shape return value.