MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / _filename

Function _filename

deeplabcut/core/visualization.py:176–177  ·  view source on GitHub ↗
(map_name)

Source from the content-addressed store, hash-verified

174 """
175
176 def _filename(map_name) -> str:
177 return f"{image_name}_{map_name}_{output_suffix}.png"
178
179 to_plot = [i for i, bpt in enumerate(bodypart_names) if bpt in bodyparts_to_plot]
180 if len(to_plot) > 1:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected