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

Normalising the images twice #112

Open
KomK2 opened this issue Sep 18, 2024 · 0 comments
Open

Normalising the images twice #112

KomK2 opened this issue Sep 18, 2024 · 0 comments

Comments

@KomK2
Copy link

KomK2 commented Sep 18, 2024

Why are we applying ImageNet normalization (mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) to images in MultiImageObsEncoder that have already been normalized to the range [-1, 1] in normalize_util.py with the function get_image_range_normalizer() ? Is this double normalization intentional?

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