BiaPyX / BiaPy

Open source Python library for building bioimage analysis pipelines
https://BiaPyX.github.io
MIT License
114 stars 28 forks source link

Versatile input img axes order #45

Closed ClementCaporal closed 5 months ago

ClementCaporal commented 6 months ago

Should closes #43

This PR should allow user to use any dimension order in cfg.TEST.BY_CHUNKS.INPUT_IMG_AXES_ORDER.

But I decided to keep the original user image dimension so I can just superpose the two images using my favorite viewer to look at the different steps easily. I didn't find a test folder but don't hesitate to ask me to add more things or to close the PR if doesn't correspond to standards!

ClementCaporal commented 5 months ago

Hello @danifranco as discussed in #43 I made new changes:

Hopefully ready to merge. I have to open new issue to solve before everything can work, but I think for this particular issue of versatile loading it is "solved".

If you prefer to have one big PR, i can also do that