AUTHORS
LICENSE
NOTICE.yml
README.md
pyproject.toml
setup.py
deeplabcut/__init__.py
deeplabcut/__main__.py
deeplabcut/cli.py
deeplabcut/compat.py
deeplabcut/inference_cfg.yaml
deeplabcut/pose_cfg.yaml
deeplabcut/reid_cfg.yaml
deeplabcut/version.py
deeplabcut.egg-info/PKG-INFO
deeplabcut.egg-info/SOURCES.txt
deeplabcut.egg-info/dependency_links.txt
deeplabcut.egg-info/entry_points.txt
deeplabcut.egg-info/requires.txt
deeplabcut.egg-info/top_level.txt
deeplabcut/benchmark/__init__.py
deeplabcut/benchmark/__main__.py
deeplabcut/benchmark/base.py
deeplabcut/benchmark/benchmarks.py
deeplabcut/benchmark/cli.py
deeplabcut/benchmark/metrics.py
deeplabcut/benchmark/mot.py
deeplabcut/benchmark/utils.py
deeplabcut/core/__init__.py
deeplabcut/core/conversion_table.py
deeplabcut/core/crossvalutils.py
deeplabcut/core/engine.py
deeplabcut/core/inferenceutils.py
deeplabcut/core/trackingutils.py
deeplabcut/core/weight_init.py
deeplabcut/core/metrics/__init__.py
deeplabcut/core/metrics/api.py
deeplabcut/core/metrics/bbox.py
deeplabcut/core/metrics/distance_metrics.py
deeplabcut/core/metrics/identity.py
deeplabcut/core/metrics/matching.py
deeplabcut/create_project/__init__.py
deeplabcut/create_project/add.py
deeplabcut/create_project/demo_data.py
deeplabcut/create_project/modelzoo.py
deeplabcut/create_project/new.py
deeplabcut/create_project/new_3d.py
deeplabcut/generate_training_dataset/__init__.py
deeplabcut/generate_training_dataset/frame_extraction.py
deeplabcut/generate_training_dataset/metadata.py
deeplabcut/generate_training_dataset/multiple_individuals_trainingsetmanipulation.py
deeplabcut/generate_training_dataset/trainingsetmanipulation.py
deeplabcut/gui/__init__.py
deeplabcut/gui/components.py
deeplabcut/gui/dlc_params.py
deeplabcut/gui/launch_script.py
deeplabcut/gui/style.qss
deeplabcut/gui/tracklet_toolbox.py
deeplabcut/gui/utils.py
deeplabcut/gui/widgets.py
deeplabcut/gui/window.py
deeplabcut/gui/assets/logo.png
deeplabcut/gui/assets/logo_transparent.png
deeplabcut/gui/assets/welcome.png
deeplabcut/gui/assets/icons/help.png
deeplabcut/gui/assets/icons/help2.png
deeplabcut/gui/assets/icons/new_project.png
deeplabcut/gui/assets/icons/new_project2.png
deeplabcut/gui/assets/icons/open.png
deeplabcut/gui/assets/icons/open2.png
deeplabcut/gui/displays/__init__.py
deeplabcut/gui/displays/selected_shuffle_display.py
deeplabcut/gui/displays/shuffle_metadata_viewer.py
deeplabcut/gui/media/__init__.py
deeplabcut/gui/media/dlc-pt.png
deeplabcut/gui/media/dlc-tf.png
deeplabcut/gui/media/dlc_1-01.png
deeplabcut/gui/media/logo.png
deeplabcut/gui/tabs/__init__.py
deeplabcut/gui/tabs/analyze_videos.py
deeplabcut/gui/tabs/create_project.py
deeplabcut/gui/tabs/create_training_dataset.py
deeplabcut/gui/tabs/create_videos.py
deeplabcut/gui/tabs/evaluate_network.py
deeplabcut/gui/tabs/extract_frames.py
deeplabcut/gui/tabs/extract_outlier_frames.py
deeplabcut/gui/tabs/label_frames.py
deeplabcut/gui/tabs/manage_project.py
deeplabcut/gui/tabs/modelzoo.py
deeplabcut/gui/tabs/open_project.py
deeplabcut/gui/tabs/refine_tracklets.py
deeplabcut/gui/tabs/train_network.py
deeplabcut/gui/tabs/unsupervised_id_tracking.py
deeplabcut/gui/tabs/video_editor.py
deeplabcut/modelzoo/__init__.py
deeplabcut/modelzoo/models_to_framework.json
deeplabcut/modelzoo/utils.py
deeplabcut/modelzoo/video_inference.py
deeplabcut/modelzoo/generalized_data_converter/__init__.py
deeplabcut/modelzoo/generalized_data_converter/utils.py
deeplabcut/modelzoo/generalized_data_converter/conversion_table/__init__.py
deeplabcut/modelzoo/generalized_data_converter/conversion_table/conversion_table.py
deeplabcut/modelzoo/generalized_data_converter/datasets/__init__.py
deeplabcut/modelzoo/generalized_data_converter/datasets/base.py
deeplabcut/modelzoo/generalized_data_converter/datasets/base_dlc.py
deeplabcut/modelzoo/generalized_data_converter/datasets/coco.py
deeplabcut/modelzoo/generalized_data_converter/datasets/ma_dlc.py
deeplabcut/modelzoo/generalized_data_converter/datasets/ma_dlc_dataframe.py
deeplabcut/modelzoo/generalized_data_converter/datasets/materialize.py
deeplabcut/modelzoo/generalized_data_converter/datasets/multi.py
deeplabcut/modelzoo/generalized_data_converter/datasets/single_dlc.py
deeplabcut/modelzoo/generalized_data_converter/datasets/single_dlc_dataframe.py
deeplabcut/modelzoo/generalized_data_converter/datasets/utils.py
deeplabcut/modelzoo/model_configs/dlcrnet.yaml
deeplabcut/modelzoo/model_configs/hrnetw32.yaml
deeplabcut/modelzoo/project_configs/superanimal_quadruped.yaml
deeplabcut/modelzoo/project_configs/superanimal_topviewmouse.yaml
deeplabcut/modelzoo/webapp/__init__.py
deeplabcut/modelzoo/webapp/inference.py
deeplabcut/pose_estimation_3d/__init__.py
deeplabcut/pose_estimation_3d/camera_calibration.py
deeplabcut/pose_estimation_3d/plotting3D.py
deeplabcut/pose_estimation_3d/triangulation.py
deeplabcut/pose_estimation_pytorch/__init__.py
deeplabcut/pose_estimation_pytorch/registry.py
deeplabcut/pose_estimation_pytorch/task.py
deeplabcut/pose_estimation_pytorch/utils.py
deeplabcut/pose_estimation_pytorch/apis/__init__.py
deeplabcut/pose_estimation_pytorch/apis/analyze_images.py
deeplabcut/pose_estimation_pytorch/apis/analyze_videos.py
deeplabcut/pose_estimation_pytorch/apis/convert_detections_to_tracklets.py
deeplabcut/pose_estimation_pytorch/apis/evaluate.py
deeplabcut/pose_estimation_pytorch/apis/train.py
deeplabcut/pose_estimation_pytorch/apis/utils.py
deeplabcut/pose_estimation_pytorch/benchmark/__init__.py
deeplabcut/pose_estimation_pytorch/benchmark/profile_HRNetCoAM.py
deeplabcut/pose_estimation_pytorch/config/__init__.py
deeplabcut/pose_estimation_pytorch/config/make_pose_config.py
deeplabcut/pose_estimation_pytorch/config/utils.py
deeplabcut/pose_estimation_pytorch/config/animaltokenpose/animaltokenpose_base.yaml
deeplabcut/pose_estimation_pytorch/config/backbones/hrnet_w18.yaml
deeplabcut/pose_estimation_pytorch/config/backbones/hrnet_w32.yaml
deeplabcut/pose_estimation_pytorch/config/backbones/hrnet_w48.yaml
deeplabcut/pose_estimation_pytorch/config/backbones/resnet_101.yaml
deeplabcut/pose_estimation_pytorch/config/backbones/resnet_50.yaml
deeplabcut/pose_estimation_pytorch/config/base/aug_default.yaml
deeplabcut/pose_estimation_pytorch/config/base/aug_top_down.yaml
deeplabcut/pose_estimation_pytorch/config/base/base.yaml
deeplabcut/pose_estimation_pytorch/config/base/detector.yaml
deeplabcut/pose_estimation_pytorch/config/base/head_bodyparts.yaml
deeplabcut/pose_estimation_pytorch/config/base/head_bodyparts_with_paf.yaml
deeplabcut/pose_estimation_pytorch/config/base/head_identity.yaml
deeplabcut/pose_estimation_pytorch/config/base/head_topdown.yaml
deeplabcut/pose_estimation_pytorch/config/dekr/dekr_w18.yaml
deeplabcut/pose_estimation_pytorch/config/dekr/dekr_w32.yaml
deeplabcut/pose_estimation_pytorch/config/dekr/dekr_w48.yaml
deeplabcut/pose_estimation_pytorch/config/detectors/fasterrcnn_mobilenet_v3_large_fpn.yaml
deeplabcut/pose_estimation_pytorch/config/detectors/fasterrcnn_resnet50_fpn_v2.yaml
deeplabcut/pose_estimation_pytorch/config/detectors/ssdlite.yaml
deeplabcut/pose_estimation_pytorch/config/dlcrnet/dlcrnet_stride16_ms5.yaml
deeplabcut/pose_estimation_pytorch/config/dlcrnet/dlcrnet_stride32_ms5.yaml
deeplabcut/pose_estimation_pytorch/data/__init__.py
deeplabcut/pose_estimation_pytorch/data/base.py
deeplabcut/pose_estimation_pytorch/data/cocoloader.py
deeplabcut/pose_estimation_pytorch/data/collate.py
deeplabcut/pose_estimation_pytorch/data/dataset.py
deeplabcut/pose_estimation_pytorch/data/dlcloader.py
deeplabcut/pose_estimation_pytorch/data/helper.py
deeplabcut/pose_estimation_pytorch/data/image.py
deeplabcut/pose_estimation_pytorch/data/postprocessor.py
deeplabcut/pose_estimation_pytorch/data/preprocessor.py
deeplabcut/pose_estimation_pytorch/data/transforms.py
deeplabcut/pose_estimation_pytorch/data/utils.py
deeplabcut/pose_estimation_pytorch/metrics/__init__.py
deeplabcut/pose_estimation_pytorch/metrics/scoring.py
deeplabcut/pose_estimation_pytorch/models/__init__.py
deeplabcut/pose_estimation_pytorch/models/model.py
deeplabcut/pose_estimation_pytorch/models/weight_init.py
deeplabcut/pose_estimation_pytorch/models/backbones/__init__.py
deeplabcut/pose_estimation_pytorch/models/backbones/base.py
deeplabcut/pose_estimation_pytorch/models/backbones/hrnet.py
deeplabcut/pose_estimation_pytorch/models/backbones/resnet.py
deeplabcut/pose_estimation_pytorch/models/criterions/__init__.py
deeplabcut/pose_estimation_pytorch/models/criterions/aggregators.py
deeplabcut/pose_estimation_pytorch/models/criterions/base.py
deeplabcut/pose_estimation_pytorch/models/criterions/dekr.py
deeplabcut/pose_estimation_pytorch/models/criterions/utils.py
deeplabcut/pose_estimation_pytorch/models/criterions/weighted.py
deeplabcut/pose_estimation_pytorch/models/detectors/__init__.py
deeplabcut/pose_estimation_pytorch/models/detectors/base.py
deeplabcut/pose_estimation_pytorch/models/detectors/fasterRCNN.py
deeplabcut/pose_estimation_pytorch/models/detectors/ssd.py
deeplabcut/pose_estimation_pytorch/models/detectors/torchvision.py
deeplabcut/pose_estimation_pytorch/models/heads/__init__.py
deeplabcut/pose_estimation_pytorch/models/heads/base.py
deeplabcut/pose_estimation_pytorch/models/heads/dekr.py
deeplabcut/pose_estimation_pytorch/models/heads/dlcrnet.py
deeplabcut/pose_estimation_pytorch/models/heads/simple_head.py
deeplabcut/pose_estimation_pytorch/models/heads/transformer.py
deeplabcut/pose_estimation_pytorch/models/modules/__init__.py
deeplabcut/pose_estimation_pytorch/models/modules/conv_block.py
deeplabcut/pose_estimation_pytorch/models/modules/conv_module.py
deeplabcut/pose_estimation_pytorch/models/necks/__init__.py
deeplabcut/pose_estimation_pytorch/models/necks/base.py
deeplabcut/pose_estimation_pytorch/models/necks/layers.py
deeplabcut/pose_estimation_pytorch/models/necks/transformer.py
deeplabcut/pose_estimation_pytorch/models/necks/utils.py
deeplabcut/pose_estimation_pytorch/models/predictors/__init__.py
deeplabcut/pose_estimation_pytorch/models/predictors/base.py
deeplabcut/pose_estimation_pytorch/models/predictors/dekr_predictor.py
deeplabcut/pose_estimation_pytorch/models/predictors/paf_predictor.py
deeplabcut/pose_estimation_pytorch/models/predictors/single_predictor.py
deeplabcut/pose_estimation_pytorch/models/predictors/utils.py
deeplabcut/pose_estimation_pytorch/models/target_generators/__init__.py
deeplabcut/pose_estimation_pytorch/models/target_generators/base.py
deeplabcut/pose_estimation_pytorch/models/target_generators/dekr_targets.py
deeplabcut/pose_estimation_pytorch/models/target_generators/heatmap_targets.py
deeplabcut/pose_estimation_pytorch/models/target_generators/pafs_targets.py
deeplabcut/pose_estimation_pytorch/modelzoo/__init__.py
deeplabcut/pose_estimation_pytorch/modelzoo/_mmpose_to_dlc3.py
deeplabcut/pose_estimation_pytorch/modelzoo/config.py
deeplabcut/pose_estimation_pytorch/modelzoo/inference.py
deeplabcut/pose_estimation_pytorch/modelzoo/memory_replay.py
deeplabcut/pose_estimation_pytorch/modelzoo/train_from_coco.py
deeplabcut/pose_estimation_pytorch/modelzoo/utils.py
deeplabcut/pose_estimation_pytorch/post_processing/__init__.py
deeplabcut/pose_estimation_pytorch/post_processing/identity.py
deeplabcut/pose_estimation_pytorch/post_processing/match_predictions_to_gt.py
deeplabcut/pose_estimation_pytorch/runners/__init__.py
deeplabcut/pose_estimation_pytorch/runners/base.py
deeplabcut/pose_estimation_pytorch/runners/inference.py
deeplabcut/pose_estimation_pytorch/runners/logger.py
deeplabcut/pose_estimation_pytorch/runners/schedulers.py
deeplabcut/pose_estimation_pytorch/runners/snapshots.py
deeplabcut/pose_estimation_pytorch/runners/train.py
deeplabcut/pose_estimation_tensorflow/__init__.py
deeplabcut/pose_estimation_tensorflow/config.py
deeplabcut/pose_estimation_tensorflow/default_config.py
deeplabcut/pose_estimation_tensorflow/export.py
deeplabcut/pose_estimation_tensorflow/predict_multianimal.py
deeplabcut/pose_estimation_tensorflow/predict_videos.py
deeplabcut/pose_estimation_tensorflow/training.py
deeplabcut/pose_estimation_tensorflow/vis_dataset.py
deeplabcut/pose_estimation_tensorflow/visualizemaps.py
deeplabcut/pose_estimation_tensorflow/backbones/__init__.py
deeplabcut/pose_estimation_tensorflow/backbones/efficientnet_builder.py
deeplabcut/pose_estimation_tensorflow/backbones/efficientnet_model.py
deeplabcut/pose_estimation_tensorflow/backbones/mobilenet.py
deeplabcut/pose_estimation_tensorflow/backbones/mobilenet_v2.py
deeplabcut/pose_estimation_tensorflow/core/__init__.py
deeplabcut/pose_estimation_tensorflow/core/evaluate.py
deeplabcut/pose_estimation_tensorflow/core/evaluate_multianimal.py
deeplabcut/pose_estimation_tensorflow/core/predict.py
deeplabcut/pose_estimation_tensorflow/core/predict_multianimal.py
deeplabcut/pose_estimation_tensorflow/core/test.py
deeplabcut/pose_estimation_tensorflow/core/train.py
deeplabcut/pose_estimation_tensorflow/core/train_multianimal.py
deeplabcut/pose_estimation_tensorflow/core/openvino/__init__.py
deeplabcut/pose_estimation_tensorflow/core/openvino/session.py
deeplabcut/pose_estimation_tensorflow/core/openvino/mo_extensions/__init__.py
deeplabcut/pose_estimation_tensorflow/core/openvino/mo_extensions/front/__init__.py
deeplabcut/pose_estimation_tensorflow/core/openvino/mo_extensions/front/tf/__init__.py
deeplabcut/pose_estimation_tensorflow/core/openvino/mo_extensions/front/tf/unravel_index.py
deeplabcut/pose_estimation_tensorflow/datasets/__init__.py
deeplabcut/pose_estimation_tensorflow/datasets/augmentation.py
deeplabcut/pose_estimation_tensorflow/datasets/factory.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_base.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_deterministic.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_imgaug.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_multianimal_imgaug.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_scalecrop.py
deeplabcut/pose_estimation_tensorflow/datasets/pose_tensorpack.py
deeplabcut/pose_estimation_tensorflow/datasets/utils.py
deeplabcut/pose_estimation_tensorflow/lib/__init__.py
deeplabcut/pose_estimation_tensorflow/lib/crossvalutils.py
deeplabcut/pose_estimation_tensorflow/lib/inferenceutils.py
deeplabcut/pose_estimation_tensorflow/lib/trackingutils.py
deeplabcut/pose_estimation_tensorflow/models/__init__.py
deeplabcut/pose_estimation_tensorflow/models/pretrained/__init__.py
deeplabcut/pose_estimation_tensorflow/models/pretrained/download.sh
deeplabcut/pose_estimation_tensorflow/models/pretrained/pretrained_model_urls.yaml
deeplabcut/pose_estimation_tensorflow/nnets/__init__.py
deeplabcut/pose_estimation_tensorflow/nnets/base.py
deeplabcut/pose_estimation_tensorflow/nnets/conv_blocks.py
deeplabcut/pose_estimation_tensorflow/nnets/efficientnet.py
deeplabcut/pose_estimation_tensorflow/nnets/factory.py
deeplabcut/pose_estimation_tensorflow/nnets/layers.py
deeplabcut/pose_estimation_tensorflow/nnets/mobilenet.py
deeplabcut/pose_estimation_tensorflow/nnets/multi.py
deeplabcut/pose_estimation_tensorflow/nnets/resnet.py
deeplabcut/pose_estimation_tensorflow/nnets/utils.py
deeplabcut/pose_estimation_tensorflow/util/__init__.py
deeplabcut/pose_estimation_tensorflow/util/logging.py
deeplabcut/pose_estimation_tensorflow/util/visualize.py
deeplabcut/pose_tracking_pytorch/__init__.py
deeplabcut/pose_tracking_pytorch/apis.py
deeplabcut/pose_tracking_pytorch/create_dataset.py
deeplabcut/pose_tracking_pytorch/inference.py
deeplabcut/pose_tracking_pytorch/train_dlctransreid.py
deeplabcut/pose_tracking_pytorch/config/__init__.py
deeplabcut/pose_tracking_pytorch/datasets/__init__.py
deeplabcut/pose_tracking_pytorch/datasets/dlc_vec.py
deeplabcut/pose_tracking_pytorch/datasets/make_dataloader.py
deeplabcut/pose_tracking_pytorch/loss/__init__.py
deeplabcut/pose_tracking_pytorch/loss/make_loss.py
deeplabcut/pose_tracking_pytorch/model/__init__.py
deeplabcut/pose_tracking_pytorch/model/make_model.py
deeplabcut/pose_tracking_pytorch/model/backbones/__init__.py
deeplabcut/pose_tracking_pytorch/model/backbones/vit_pytorch.py
deeplabcut/pose_tracking_pytorch/processor/__init__.py
deeplabcut/pose_tracking_pytorch/processor/processor.py
deeplabcut/pose_tracking_pytorch/solver/__init__.py
deeplabcut/pose_tracking_pytorch/solver/cosine_lr.py
deeplabcut/pose_tracking_pytorch/solver/make_optimizer.py
deeplabcut/pose_tracking_pytorch/solver/scheduler.py
deeplabcut/pose_tracking_pytorch/solver/scheduler_factory.py
deeplabcut/pose_tracking_pytorch/tracking_utils/__init__.py
deeplabcut/pose_tracking_pytorch/tracking_utils/meter.py
deeplabcut/pose_tracking_pytorch/tracking_utils/metrics.py
deeplabcut/pose_tracking_pytorch/tracking_utils/preprocessing.py
deeplabcut/pose_tracking_pytorch/tracking_utils/reranking.py
deeplabcut/post_processing/__init__.py
deeplabcut/post_processing/analyze_skeleton.py
deeplabcut/post_processing/filtering.py
deeplabcut/refine_training_dataset/__init__.py
deeplabcut/refine_training_dataset/outlier_frames.py
deeplabcut/refine_training_dataset/stitch.py
deeplabcut/refine_training_dataset/tracklets.py
deeplabcut/utils/__init__.py
deeplabcut/utils/auxfun_models.py
deeplabcut/utils/auxfun_multianimal.py
deeplabcut/utils/auxfun_videos.py
deeplabcut/utils/auxiliaryfunctions.py
deeplabcut/utils/auxiliaryfunctions_3d.py
deeplabcut/utils/conversioncode.py
deeplabcut/utils/frameselectiontools.py
deeplabcut/utils/make_labeled_video.py
deeplabcut/utils/plotting.py
deeplabcut/utils/pseudo_label.py
deeplabcut/utils/skeleton.py
deeplabcut/utils/video_processor.py
deeplabcut/utils/visualization.py
tests/test_auxfun_models.py
tests/test_auxfun_multianimal.py
tests/test_auxiliaryfunctions.py
tests/test_conversioncode.py
tests/test_crossvalutils.py
tests/test_dataset_augmentation.py
tests/test_evaluate.py
tests/test_frame_selection_tools.py
tests/test_inferenceutils.py
tests/test_pose_multianimal_imgaug.py
tests/test_predict_multianimal.py
tests/test_predict_supermodel.py
tests/test_stitcher.py
tests/test_trackingutils.py
tests/test_trainingsetmanipulation.py
tests/test_triangulation.py
tests/test_video.py