Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ height
Method
height
deeplabcut/utils/auxfun_videos.py:184–186 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
183
@property
184
def
height(self):
185
_, _, y1, y2 = self.get_bbox(relative=False)
186
return
y2 - y1
187
188
@property
189
def
dimensions(self):
Callers
4
CreateVideo
Function · 0.45
CreateVideoSlow
Function · 0.45
create_video_with_all_detections
Function · 0.45
__init__
Method · 0.45
Calls
1
get_bbox
Method · 0.95
Tested by
no test coverage detected