Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ AutoContrast
Function
AutoContrast
datasets/augmentation/randaugment.py:15–16 ·
view source on GitHub ↗
(img, _)
Source
from the content-addressed store, hash-verified
13
14
15
def
AutoContrast(img, _):
16
return
PIL.ImageOps.autocontrast(img)
17
18
19
def
Brightness(img, v):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected