Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HobbitLong/PyContrast
/ RGB2RGB
Class
RGB2RGB
pycontrast/datasets/util.py:78–81 ·
view source on GitHub ↗
Dummy RGB transfer.
Source
from the content-addressed store, hash-verified
76
77
78
class
RGB2RGB(object):
79
""
"Dummy RGB transfer."
""
80
def
__call__(self, img):
81
return
img
82
83
84
class
RGB2Lab(object):
Callers
2
build_transforms
Function · 0.85
build_linear_loader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected