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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I created splits for two different volumes and compared them. If you have dimensions for example (400, 500, 350) with a stride of 50 and patch of 100. I would expect the master branch for crosslines to go from horz_locations = range(0, 400-100, 50) so it would go from 0 to 300 at 50 stride intervals so we would see a print out up to 250 there but I would like to see it go out to 300 since we have data until 400. Although if we add 300+1 this would fix this. So I am recommending to consider including a plus one at that point incase the dimensions are exactly on a mark like this.
The text was updated successfully, but these errors were encountered:
I created splits for two different volumes and compared them. If you have dimensions for example (400, 500, 350) with a stride of 50 and patch of 100. I would expect the master branch for crosslines to go from horz_locations = range(0, 400-100, 50) so it would go from 0 to 300 at 50 stride intervals so we would see a print out up to 250 there but I would like to see it go out to 300 since we have data until 400. Although if we add 300+1 this would fix this. So I am recommending to consider including a plus one at that point incase the dimensions are exactly on a mark like this.
The text was updated successfully, but these errors were encountered: