Pose Tracking Project Planning Fundamentals
DeepLabCut (DLC) uses transfer learning from pretrained neural networks (ResNet, EfficientNet) to track user-defined body parts in video. Project planning involves three key decisions:
Plan DeepLabCut pose tracking projects with species presets, training time estimates, and auto-generated config.yaml files.
Try it out
Load example Pose Tracking Config Wizard data to see the full workflow
Don't use for
DeepLabCut (DLC) uses transfer learning from pretrained neural networks (ResNet, EfficientNet) to track user-defined body parts in video. Project planning involves three key decisions:
Several factors degrade pose tracking quality beyond frame count:
• Low frame rate: Below 30 FPS, fast movements create motion blur and missing poses. Grooming and rearing in rodents require 60+ FPS • Inconsistent lighting: Shadows and reflections shift apparent body part positions. Use diffuse, uniform illumination • Labeling inconsistency: The single largest source of DLC error. Establish labeling conventions before starting and cross-validate between labelers • Too few diverse poses: If training frames only show walking, DLC will fail on rearing, grooming, or turning. Sample frames from all behavioral states • Skeleton topology errors: Incorrect edge connections produce crossed wireframes. Verify skeleton topology before training • Over-reliance on augmentation: Augmentation helps but cannot compensate for fundamentally unrepresentative training sets