Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ CropParams
Class
CropParams
dzoedepth/data/preprocess.py:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
# dataclass to store the crop parameters
30
@dataclass
31
class
CropParams:
32
top: int
33
bottom: int
34
left: int
35
right: int
36
37
38
Callers
1
get_border_params
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected