MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / bodyparts

Method bodyparts

examples/utils.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 frame_shape: tuple[int, int] = (480, 640)
55
56 def bodyparts(self) -> list[str]:
57 return [i for i in string.ascii_lowercase[: self.num_bodyparts]]
58
59 def unique(self) -> list[str]:
60 return [f"unique_{i}" for i in string.ascii_lowercase[: self.num_unique]]

Callers 3

gen_fake_dataFunction · 0.80
gen_fake_imageFunction · 0.80
create_fake_projectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected