├── CODE_OF_CONDUCT.md ├── DLC_2_MotionMapper ├── README.MD ├── deeplabcut_into_motionMapper.m ├── importDeepLabCutfile.m └── saved_colormaps.mat ├── Demo_loadandanalyzeDLCdata.ipynb ├── README.md ├── SCALE_YOUR_ANALYSIS ├── scale_analysis_oversubfolders.py └── scale_training_and_evaluation.py ├── conda-environment-cheatsheet ├── contribute.md ├── conversion_scripts_LEGACY ├── convertDLC1TO2.py └── convertWin2Unix.py ├── m3v1mp4DeepCut_resnet50_openfieldOct30shuffle1_15001.h5 ├── pupilTracking ├── DLC_pupil-01.jpg ├── README.txt ├── pupilDLC.py └── trajectory.png ├── time_in_each_roi.py ├── transform_and_scale ├── DLCTransformer.py ├── README.md ├── __pycache__ │ ├── DLCTransformer.cpython-39.pyc │ └── read_config.cpython-39.pyc ├── config.yaml ├── read_config.py ├── test_data │ └── DefenseCircuitsLab2023_Rotarod_testfile.h5 └── transform_and_scale_tutorial.ipynb └── ubuntu_install_helper_files ├── dlc_ubuntu18.yml ├── installDLCandAnaconda.sh └── testDLC.py /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /DLC_2_MotionMapper/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/DLC_2_MotionMapper/README.MD -------------------------------------------------------------------------------- /DLC_2_MotionMapper/deeplabcut_into_motionMapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/DLC_2_MotionMapper/deeplabcut_into_motionMapper.m -------------------------------------------------------------------------------- /DLC_2_MotionMapper/importDeepLabCutfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/DLC_2_MotionMapper/importDeepLabCutfile.m -------------------------------------------------------------------------------- /DLC_2_MotionMapper/saved_colormaps.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/DLC_2_MotionMapper/saved_colormaps.mat -------------------------------------------------------------------------------- /Demo_loadandanalyzeDLCdata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/Demo_loadandanalyzeDLCdata.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/README.md -------------------------------------------------------------------------------- /SCALE_YOUR_ANALYSIS/scale_analysis_oversubfolders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/SCALE_YOUR_ANALYSIS/scale_analysis_oversubfolders.py -------------------------------------------------------------------------------- /SCALE_YOUR_ANALYSIS/scale_training_and_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/SCALE_YOUR_ANALYSIS/scale_training_and_evaluation.py -------------------------------------------------------------------------------- /conda-environment-cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/conda-environment-cheatsheet -------------------------------------------------------------------------------- /contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/contribute.md -------------------------------------------------------------------------------- /conversion_scripts_LEGACY/convertDLC1TO2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/conversion_scripts_LEGACY/convertDLC1TO2.py -------------------------------------------------------------------------------- /conversion_scripts_LEGACY/convertWin2Unix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/conversion_scripts_LEGACY/convertWin2Unix.py -------------------------------------------------------------------------------- /m3v1mp4DeepCut_resnet50_openfieldOct30shuffle1_15001.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/m3v1mp4DeepCut_resnet50_openfieldOct30shuffle1_15001.h5 -------------------------------------------------------------------------------- /pupilTracking/DLC_pupil-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/pupilTracking/DLC_pupil-01.jpg -------------------------------------------------------------------------------- /pupilTracking/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/pupilTracking/README.txt -------------------------------------------------------------------------------- /pupilTracking/pupilDLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/pupilTracking/pupilDLC.py -------------------------------------------------------------------------------- /pupilTracking/trajectory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/pupilTracking/trajectory.png -------------------------------------------------------------------------------- /time_in_each_roi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/time_in_each_roi.py -------------------------------------------------------------------------------- /transform_and_scale/DLCTransformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/DLCTransformer.py -------------------------------------------------------------------------------- /transform_and_scale/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/README.md -------------------------------------------------------------------------------- /transform_and_scale/__pycache__/DLCTransformer.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/__pycache__/DLCTransformer.cpython-39.pyc -------------------------------------------------------------------------------- /transform_and_scale/__pycache__/read_config.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/__pycache__/read_config.cpython-39.pyc -------------------------------------------------------------------------------- /transform_and_scale/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/config.yaml -------------------------------------------------------------------------------- /transform_and_scale/read_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/read_config.py -------------------------------------------------------------------------------- /transform_and_scale/test_data/DefenseCircuitsLab2023_Rotarod_testfile.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/test_data/DefenseCircuitsLab2023_Rotarod_testfile.h5 -------------------------------------------------------------------------------- /transform_and_scale/transform_and_scale_tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/transform_and_scale/transform_and_scale_tutorial.ipynb -------------------------------------------------------------------------------- /ubuntu_install_helper_files/dlc_ubuntu18.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/ubuntu_install_helper_files/dlc_ubuntu18.yml -------------------------------------------------------------------------------- /ubuntu_install_helper_files/installDLCandAnaconda.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/ubuntu_install_helper_files/installDLCandAnaconda.sh -------------------------------------------------------------------------------- /ubuntu_install_helper_files/testDLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeepLabCut/DLCutils/HEAD/ubuntu_install_helper_files/testDLC.py --------------------------------------------------------------------------------