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

Method unique

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

Source from the content-addressed store, hash-verified

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]]
61
62 def individuals(self) -> list[str]:
63 return [f"animal_{i}" for i in range(self.num_individuals)]

Callers 15

CreateVideoFunction · 0.80
CreateVideoSlowFunction · 0.80
proc_videoFunction · 0.80
create_videoFunction · 0.80
create_empty_dfFunction · 0.80
_plot_trajectoriesFunction · 0.80
plot_evaluation_resultsFunction · 0.80
__init__Method · 0.80
create_labeled_video_3dFunction · 0.80

Calls

no outgoing calls