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

Normalize images for nn #829

Open
timwirt opened this issue Jun 7, 2024 · 2 comments
Open

Normalize images for nn #829

timwirt opened this issue Jun 7, 2024 · 2 comments

Comments

@timwirt
Copy link
Contributor

timwirt commented Jun 7, 2024

Is your feature request related to a problem?

For our example basic_shapes the normalization (we wrote a workaround) of the images improved the accuracy by 40%.

Desired solution

Method normalize() on Image and ImageList.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@timwirt
Copy link
Contributor Author

timwirt commented Jun 7, 2024

@LIEeOoNn

@Marsmaennchen221
Copy link
Contributor

Please don't convert the image list into separate images and instead normalize the tensor of the SingleSizedImageList objects in the ImageList as this will be more performant. Also consider adding the same method in the Image class.

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

No branches or pull requests

3 participants