LICENSE
README.md
pyproject.toml
singlebehaviorlab/__init__.py
singlebehaviorlab/__main__.py
singlebehaviorlab/_paths.py
singlebehaviorlab.egg-info/PKG-INFO
singlebehaviorlab.egg-info/SOURCES.txt
singlebehaviorlab.egg-info/dependency_links.txt
singlebehaviorlab.egg-info/entry_points.txt
singlebehaviorlab.egg-info/requires.txt
singlebehaviorlab.egg-info/top_level.txt
singlebehaviorlab/backend/__init__.py
singlebehaviorlab/backend/augmentations.py
singlebehaviorlab/backend/data_store.py
singlebehaviorlab/backend/model.py
singlebehaviorlab/backend/train.py
singlebehaviorlab/backend/uncertainty.py
singlebehaviorlab/backend/video_processor.py
singlebehaviorlab/backend/video_utils.py
singlebehaviorlab/data/training_profiles.json
singlebehaviorlab/data/config/config.yaml
singlebehaviorlab/gui/__init__.py
singlebehaviorlab/gui/analysis_widget.py
singlebehaviorlab/gui/attention_export.py
singlebehaviorlab/gui/clip_extraction_widget.py
singlebehaviorlab/gui/clustering_widget.py
singlebehaviorlab/gui/inference_popups.py
singlebehaviorlab/gui/inference_widget.py
singlebehaviorlab/gui/inference_worker.py
singlebehaviorlab/gui/labeling_widget.py
singlebehaviorlab/gui/main_window.py
singlebehaviorlab/gui/metadata_management_widget.py
singlebehaviorlab/gui/motion_tracking.py
singlebehaviorlab/gui/overlay_export.py
singlebehaviorlab/gui/plot_integration.py
singlebehaviorlab/gui/qt_helpers.py
singlebehaviorlab/gui/registration_widget.py
singlebehaviorlab/gui/review_widget.py
singlebehaviorlab/gui/segmentation_tracking_widget.py
singlebehaviorlab/gui/tab_tutorial_dialog.py
singlebehaviorlab/gui/timeline_themes.py
singlebehaviorlab/gui/training_profiles.py
singlebehaviorlab/gui/training_widget.py
singlebehaviorlab/gui/video_utils.py
singlebehaviorlab/licenses/SAM2-LICENSE
singlebehaviorlab/licenses/VideoPrism-LICENSE
tests/test_clustering_smoke.py
tests/test_config.py
tests/test_motion_tracking.py
tests/test_paths.py
tests/test_sam2_smoke.py
third_party/sam2_backend/sam2/__init__.py
third_party/sam2_backend/sam2/automatic_mask_generator.py
third_party/sam2_backend/sam2/benchmark.py
third_party/sam2_backend/sam2/build_sam.py
third_party/sam2_backend/sam2/sam2_hiera_b+.yaml
third_party/sam2_backend/sam2/sam2_hiera_l.yaml
third_party/sam2_backend/sam2/sam2_hiera_s.yaml
third_party/sam2_backend/sam2/sam2_hiera_t.yaml
third_party/sam2_backend/sam2/sam2_image_predictor.py
third_party/sam2_backend/sam2/sam2_video_predictor.py
third_party/sam2_backend/sam2/sam2_video_predictor_legacy.py
third_party/sam2_backend/sam2/configs/sam2/sam2_hiera_b+.yaml
third_party/sam2_backend/sam2/configs/sam2/sam2_hiera_l.yaml
third_party/sam2_backend/sam2/configs/sam2/sam2_hiera_s.yaml
third_party/sam2_backend/sam2/configs/sam2/sam2_hiera_t.yaml
third_party/sam2_backend/sam2/configs/sam2.1/sam2.1_hiera_b+.yaml
third_party/sam2_backend/sam2/configs/sam2.1/sam2.1_hiera_l.yaml
third_party/sam2_backend/sam2/configs/sam2.1/sam2.1_hiera_s.yaml
third_party/sam2_backend/sam2/configs/sam2.1/sam2.1_hiera_t.yaml
third_party/sam2_backend/sam2/configs/sam2.1_training/sam2.1_hiera_b+_MOSE_finetune.yaml
third_party/sam2_backend/sam2/modeling/__init__.py
third_party/sam2_backend/sam2/modeling/memory_attention.py
third_party/sam2_backend/sam2/modeling/memory_encoder.py
third_party/sam2_backend/sam2/modeling/position_encoding.py
third_party/sam2_backend/sam2/modeling/sam2_base.py
third_party/sam2_backend/sam2/modeling/sam2_utils.py
third_party/sam2_backend/sam2/modeling/backbones/__init__.py
third_party/sam2_backend/sam2/modeling/backbones/hieradet.py
third_party/sam2_backend/sam2/modeling/backbones/image_encoder.py
third_party/sam2_backend/sam2/modeling/backbones/utils.py
third_party/sam2_backend/sam2/modeling/sam/__init__.py
third_party/sam2_backend/sam2/modeling/sam/mask_decoder.py
third_party/sam2_backend/sam2/modeling/sam/prompt_encoder.py
third_party/sam2_backend/sam2/modeling/sam/transformer.py
third_party/sam2_backend/sam2/utils/__init__.py
third_party/sam2_backend/sam2/utils/amg.py
third_party/sam2_backend/sam2/utils/misc.py
third_party/sam2_backend/sam2/utils/transforms.py
third_party/videoprism_backend/videoprism/__init__.py
third_party/videoprism_backend/videoprism/encoders.py
third_party/videoprism_backend/videoprism/layers.py
third_party/videoprism_backend/videoprism/models.py
third_party/videoprism_backend/videoprism/tokenizers.py
third_party/videoprism_backend/videoprism/utils.py