Skip to content

Instantly share code, notes, and snippets.

@ovuruska
Created April 22, 2022 08:22
Show Gist options
  • Select an option

  • Save ovuruska/90b14aabefa47e86ea70a21d434d141a to your computer and use it in GitHub Desktop.

Select an option

Save ovuruska/90b14aabefa47e86ea70a21d434d141a to your computer and use it in GitHub Desktop.
Imagenet Mean and Std
mean = [0.485, 0.456, 0.406]
std = [0.229, 0.224, 0.225]
@ovuruska
Copy link
Copy Markdown
Author

All torchvision models have this prepreprocessing step!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment