LICENSE
README.md
pyproject.toml
signlangtk.egg-info/PKG-INFO
signlangtk.egg-info/SOURCES.txt
signlangtk.egg-info/dependency_links.txt
signlangtk.egg-info/entry_points.txt
signlangtk.egg-info/requires.txt
signlangtk.egg-info/top_level.txt
sltk/__init__.py
sltk/config.py
sltk/exceptions.py
sltk/analysis/__init__.py
sltk/analysis/captions.py
sltk/analysis/clustering.py
sltk/analysis/cross_dataset.py
sltk/analysis/datasets.py
sltk/analysis/linguistic.py
sltk/api/__init__.py
sltk/api/cache.py
sltk/api/dependencies.py
sltk/api/main.py
sltk/api/models.py
sltk/api/security.py
sltk/api/validators.py
sltk/api/routers/__init__.py
sltk/api/routers/admin.py
sltk/api/routers/analysis.py
sltk/api/routers/audio.py
sltk/api/routers/chat.py
sltk/api/routers/corpus.py
sltk/api/routers/datasets.py
sltk/api/routers/embeddings.py
sltk/api/routers/extraction.py
sltk/api/routers/features.py
sltk/api/routers/jobs.py
sltk/api/routers/linguistics.py
sltk/api/routers/nm_annotator.py
sltk/api/routers/nms.py
sltk/api/routers/poses.py
sltk/api/routers/processing.py
sltk/api/routers/search.py
sltk/api/routers/segmentation.py
sltk/api/routers/settings.py
sltk/api/routers/signrep.py
sltk/api/routers/videos.py
sltk/api/routers/visualization.py
sltk/api/routers/workspace.py
sltk/api/static/index.html
sltk/api/static/assets/index-BNaO_dUm.js
sltk/api/static/assets/index-CjVA5X6p.css
sltk/cli/__init__.py
sltk/cli/main.py
sltk/data/__init__.py
sltk/data/core.py
sltk/data/feature_discovery.py
sltk/data/feature_manager.py
sltk/data/formats.py
sltk/data/rotations.py
sltk/data/datasets/__init__.py
sltk/data/datasets/asl_citizen.py
sltk/data/datasets/asldict.py
sltk/data/datasets/base.py
sltk/data/datasets/bobsl.py
sltk/data/datasets/bslcp.py
sltk/data/datasets/csl_daily.py
sltk/data/datasets/how2sign.py
sltk/data/datasets/phoenix.py
sltk/data/datasets/wlasl.py
sltk/data/datasets/ytsl.py
sltk/db/__init__.py
sltk/db/corpus.py
sltk/db/ingest.py
sltk/db/queries.py
sltk/db/schema.py
sltk/embedding/__init__.py
sltk/embedding/pipeline.py
sltk/embedding/signrep.py
sltk/embedding/similarity.py
sltk/embedding/signrep_models/__init__.py
sltk/embedding/signrep_models/final_model.py
sltk/embedding/signrep_models/augmentation/__init__.py
sltk/embedding/signrep_models/augmentation/video_transform.py
sltk/embedding/signrep_models/backbones/__init__.py
sltk/embedding/signrep_models/backbones/hfhub.py
sltk/embedding/signrep_models/backbones/hiera.py
sltk/embedding/signrep_models/backbones/hiera_clstoken.py
sltk/embedding/signrep_models/backbones/hiera_nodec_mae.py
sltk/embedding/signrep_models/backbones/hiera_utils.py
sltk/embedding/signrep_models/heads/__init__.py
sltk/embedding/signrep_models/heads/dict_head.py
sltk/extraction/__init__.py
sltk/extraction/base.py
sltk/extraction/depth_extraction.py
sltk/extraction/mediapipe.py
sltk/extraction/nlf.py
sltk/extraction/rtmpose.py
sltk/extraction/smplfx_fitting.py
sltk/extraction/teaser.py
sltk/extraction/uplift.py
sltk/extraction/weights.py
sltk/extraction/wilor.py
sltk/extraction/depth_anything_deps/__init__.py
sltk/extraction/depth_anything_deps/efficient_run.py
sltk/extraction/depth_anything_deps/utils/dc_utils.py
sltk/extraction/depth_anything_deps/utils/util.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2.py
sltk/extraction/depth_anything_deps/video_depth_anything/dpt.py
sltk/extraction/depth_anything_deps/video_depth_anything/dpt_temporal.py
sltk/extraction/depth_anything_deps/video_depth_anything/video_depth.py
sltk/extraction/depth_anything_deps/video_depth_anything/video_depth_stream.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/__init__.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/attention.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/block.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/drop_path.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/layer_scale.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/mlp.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/patch_embed.py
sltk/extraction/depth_anything_deps/video_depth_anything/dinov2_layers/swiglu_ffn.py
sltk/extraction/depth_anything_deps/video_depth_anything/motion_module/attention.py
sltk/extraction/depth_anything_deps/video_depth_anything/motion_module/motion_module.py
sltk/extraction/depth_anything_deps/video_depth_anything/util/blocks.py
sltk/extraction/depth_anything_deps/video_depth_anything/util/transform.py
sltk/extraction/nlf_deps/__init__.py
sltk/extraction/nlf_deps/nlf_processor.py
sltk/extraction/rtmpose_deps/__init__.py
sltk/extraction/rtmpose_deps/filtering.py
sltk/extraction/rtmpose_deps/rtmpose_processor.py
sltk/extraction/smplfx_deps/__init__.py
sltk/extraction/smplfx_deps/bspline_kernel.py
sltk/extraction/smplfx_deps/extraction_utils.py
sltk/extraction/smplfx_deps/h5_adapters.py
sltk/extraction/smplfx_deps/h5_processing.py
sltk/extraction/smplfx_deps/losses.py
sltk/extraction/smplfx_deps/maths_utils.py
sltk/extraction/smplfx_deps/smplx_smoother_optimizer.py
sltk/extraction/smplfx_deps/temporal_losses.py
sltk/extraction/smplfx_deps/utils.py
sltk/extraction/smplfx_deps/utils_smplx.py
sltk/extraction/smplfx_deps/vision3d.py
sltk/extraction/smplfx_deps/smpl_fx/__init__.py
sltk/extraction/smplfx_deps/smpl_fx/body_masks.py
sltk/extraction/smplfx_deps/smpl_fx/body_models.py
sltk/extraction/smplfx_deps/smpl_fx/joint_names.py
sltk/extraction/smplfx_deps/smpl_fx/lbs.py
sltk/extraction/smplfx_deps/smpl_fx/teeth.py
sltk/extraction/smplfx_deps/smpl_fx/utils.py
sltk/extraction/smplfx_deps/smpl_fx/utils_3d.py
sltk/extraction/smplfx_deps/smpl_fx/vertex_ids.py
sltk/extraction/smplfx_deps/smpl_fx/vertex_joint_selector.py
sltk/extraction/teaser_deps/__init__.py
sltk/extraction/teaser_deps/teaser_encoder.py
sltk/extraction/teaser_deps/teaser_processor.py
sltk/extraction/teaser_deps/flame/__init__.py
sltk/extraction/teaser_deps/flame/flame_model.py
sltk/extraction/teaser_deps/flame/lbs.py
sltk/extraction/teaser_deps/flame/processor.py
sltk/extraction/wilor_deps/__init__.py
sltk/extraction/wilor_deps/chumpy_stub.py
sltk/extraction/wilor_deps/utils.py
sltk/extraction/wilor_deps/vitdet_gpu.py
sltk/extraction/wilor_deps/wilor_processor.py
sltk/extraction/wilor_deps/wilor/__init__.py
sltk/extraction/wilor_deps/wilor/configs/__init__.py
sltk/extraction/wilor_deps/wilor/models/__init__.py
sltk/extraction/wilor_deps/wilor/models/discriminator.py
sltk/extraction/wilor_deps/wilor/models/losses.py
sltk/extraction/wilor_deps/wilor/models/mano_wrapper.py
sltk/extraction/wilor_deps/wilor/models/wilor.py
sltk/extraction/wilor_deps/wilor/models/backbones/__init__.py
sltk/extraction/wilor_deps/wilor/models/backbones/vit.py
sltk/extraction/wilor_deps/wilor/models/heads/__init__.py
sltk/extraction/wilor_deps/wilor/models/heads/refinement_net.py
sltk/extraction/wilor_deps/wilor/utils/__init__.py
sltk/extraction/wilor_deps/wilor/utils/geometry.py
sltk/extraction/wilor_deps/wilor/utils/mesh_renderer.py
sltk/extraction/wilor_deps/wilor/utils/misc.py
sltk/extraction/wilor_deps/wilor/utils/pose_utils.py
sltk/extraction/wilor_deps/wilor/utils/pylogger.py
sltk/extraction/wilor_deps/wilor/utils/render_openpose.py
sltk/extraction/wilor_deps/wilor/utils/renderer.py
sltk/extraction/wilor_deps/wilor/utils/rich_utils.py
sltk/extraction/wilor_deps/wilor/utils/skeleton_renderer.py
sltk/glossing/__init__.py
sltk/glossing/vocabulary.py
sltk/io/__init__.py
sltk/io/annotations.py
sltk/io/converters.py
sltk/io/elan.py
sltk/io/elan_roundtrip.py
sltk/io/h5.py
sltk/io/safe_write.py
sltk/linguistics/__init__.py
sltk/linguistics/nonmanual.py
sltk/linguistics/phonology.py
sltk/linguistics/reliability.py
sltk/llm/__init__.py
sltk/llm/agent.py
sltk/llm/tools.py
sltk/metrics/__init__.py
sltk/metrics/segmentation.py
sltk/metrics/translation.py
sltk/nms/__init__.py
sltk/nms/constants.py
sltk/nms/models.py
sltk/nms/runner.py
sltk/nms/detectors/__init__.py
sltk/nms/detectors/blinks.py
sltk/nms/detectors/eyes.py
sltk/nms/detectors/head.py
sltk/nms/detectors/mouth.py
sltk/nms/detectors/pipeline.py
sltk/nms/io/__init__.py
sltk/nms/io/exporters.py
sltk/nms/io/loaders.py
sltk/nms/io/video.py
sltk/nms/overlay/__init__.py
sltk/nms/overlay/drawing.py
sltk/nms/overlay/renderer.py
sltk/nms/processing/__init__.py
sltk/nms/processing/adaptive.py
sltk/nms/processing/utils.py
sltk/nms/processing/validity.py
sltk/processing/__init__.py
sltk/processing/features.py
sltk/processing/normalization.py
sltk/segmentation/__init__.py
sltk/segmentation/h5_loader.py
sltk/segmentation/model.py
sltk/segmentation/output.py
sltk/segmentation/postprocess.py
sltk/segmentation/runner.py
sltk/segmentation/segmenter_v2.py
sltk/segmentation/_signsegmentor_v2/__init__.py
sltk/segmentation/_signsegmentor_v2/inference.py
sltk/segmentation/_signsegmentor_v2/model.py
sltk/segmentation/_signsegmentor_v2/postprocess.py
sltk/segmentation/transformer/__init__.py
sltk/segmentation/transformer/layers.py
sltk/utils/__init__.py
sltk/utils/research.py
sltk/visualisation/__init__.py
sltk/visualisation/analysis.py
sltk/visualisation/poses.py
sltk/visualisation/segments.py
sltk/visualization/__init__.py
sltk/visualization/pipeline.py
sltk/visualization/skeleton.py
sltk/weights/__init__.py
sltk/weights/hub.py
tests/test_analysis.py
tests/test_annotation_io.py
tests/test_api.py
tests/test_api_security.py
tests/test_audio_api.py
tests/test_cache.py
tests/test_chat_api.py
tests/test_cli_integration.py
tests/test_converters.py
tests/test_core.py
tests/test_corpus_api.py
tests/test_corpus_db.py
tests/test_cross_dataset.py
tests/test_datasets.py
tests/test_elan.py
tests/test_elan_roundtrip.py
tests/test_embeddings_api.py
tests/test_extraction.py
tests/test_feature_discovery.py
tests/test_feature_manager.py
tests/test_feature_processing.py
tests/test_formats.py
tests/test_glossing.py
tests/test_h5_io.py
tests/test_jobs_api.py
tests/test_linguistic_analysis.py
tests/test_metrics.py
tests/test_nms.py
tests/test_nonmanual.py
tests/test_normalization.py
tests/test_phonology.py
tests/test_processing_api.py
tests/test_reliability.py
tests/test_research_utils.py
tests/test_rotations.py
tests/test_safe_write.py
tests/test_segmentation.py
tests/test_segmentation_api.py
tests/test_segmentation_integration.py
tests/test_signrep_integration.py
tests/test_signrep_pipeline.py
tests/test_similarity.py
tests/test_smplfx_coordinate_frames.py
tests/test_validators.py
tests/test_visualisation.py
tests/test_visualization.py
tests/test_visualization_api.py
tests/test_weights_hub.py
tests/test_workspace.py