Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to swap axes again (or not swap before) to restore mask correctly, and change version reqs for ttAugment #51

Open
fitzgeraldja opened this issue Nov 14, 2023 · 0 comments

Comments

@fitzgeraldja
Copy link

In this line in the main example notebook, you need to change to

transformation.restore_fragment(prediction_binary.swapaxes(1, 2)) 

so that the restored image correctly aligns with the original input - you can see in the current outputs that otherwise the axes for each image fragment are swapped.

Also, ttAugment now fails to install in colab due to requiring old versions of python, numpy etc - it seems that nothing breaks on removing these version requirements (including python version), and this allows it to work on colab again.

Otherwise handy package(s), thanks for putting it together!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant