Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HYUNJS/SGT
/ apply_image
Method
apply_image
projects/Datasets/Transforms/transform.py:30–31 ·
view source on GitHub ↗
(self, img, interp=None)
Source
from the content-addressed store, hash-verified
28
return
segmentation
29
30
def
apply_image(self, img, interp=None):
31
return
self.hue(img)
32
33
def
hue(self, img):
34
img_hsv = cv2.cvtColor(img, self.cvt_format_in)
Callers
5
__call__
Method · 0.45
__call__
Method · 0.45
visualize_input
Method · 0.45
visualize_output
Method · 0.45
__call__
Method · 0.45
Calls
1
hue
Method · 0.95
Tested by
no test coverage detected