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

Stop making strange transforms when loading images #29

Closed
Abe404 opened this issue Mar 28, 2023 · 3 comments
Closed

Stop making strange transforms when loading images #29

Abe404 opened this issue Mar 28, 2023 · 3 comments

Comments

@Abe404
Copy link
Owner

Abe404 commented Mar 28, 2023

See:

image = np.rot90(image, k=3)

Consider instead working with the data in the original format.

@Abe404
Copy link
Owner Author

Abe404 commented Jun 22, 2023

image = np.rot90(image, k=3)

@Abe404 Abe404 self-assigned this Jun 22, 2023
@Abe404
Copy link
Owner Author

Abe404 commented Jun 22, 2023

This has been addressed in ec8bc63 in the trainer code.

It's commit on a different branch. I will close this issue once it is merged into master and it has been tested (including with the client, and the necessary modifications made in the client).

@Abe404
Copy link
Owner Author

Abe404 commented Jul 27, 2023

Fixed but things looks a bit different in the client. I will address that as a separate issue. I think we need to look at using the affine translation matrix to change how the images appear.

@Abe404 Abe404 closed this as completed Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant