Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ crop_border
Function
crop_border
dali/test/python/test_detection_pipeline.py:345–346 ·
view source on GitHub ↗
(image, border)
Source
from the content-addressed store, hash-verified
343
344
345
def
crop_border(image, border):
346
return
image[border:-border, border:-border, :]
347
348
349
def
diff_against_eps(image_1, image_2, eps):
Callers
1
relaxed_compare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected