paths.py
get_dlc_root_data_dir()
¶
Returns a list of root directories for Element DeepLabCut
Source code in workflow_deeplabcut/paths.py
5 6 7 8 9 10 11 12 13 |
|
get_dlc_processed_data_dir()
¶
Returns an output directory relative to custom 'dlc_output_dir' root
Source code in workflow_deeplabcut/paths.py
16 17 18 19 20 21 22 23 24 |
|