README.md
pyproject.toml
smartrain/__init__.py
smartrain/__main__.py
smartrain/analyze_cache.py
smartrain/analyze_models.py
smartrain/analyze_report.py
smartrain/clearml_upload.py
smartrain/cli.py
smartrain/cli_argparse.py
smartrain/cli_prompts.py
smartrain/cli_replay.py
smartrain/compare_service.py
smartrain/cvat11_converter.py
smartrain/cvat_cli.py
smartrain/data_yaml_normalize.py
smartrain/dataset_access.py
smartrain/dataset_augment.py
smartrain/dataset_balance.py
smartrain/dataset_former.py
smartrain/dataset_hash.py
smartrain/dataset_orient.py
smartrain/dataset_passport.py
smartrain/dataset_prune.py
smartrain/dataset_report.py
smartrain/dataset_roi_yolo.py
smartrain/dataset_stats.py
smartrain/datasets_json_former.py
smartrain/device_selector.py
smartrain/external_model_ref.py
smartrain/heatmap_cli.py
smartrain/inference_cli.py
smartrain/interactive_contract.py
smartrain/label_pred_match.py
smartrain/metrics_reader.py
smartrain/migrate_models_to_smartrain.py
smartrain/model_convert_cli.py
smartrain/model_release_cli.py
smartrain/model_training_module.py
smartrain/path_portable.py
smartrain/plot_creator.py
smartrain/provider_global_index.py
smartrain/provider_install_state.py
smartrain/providers_cli.py
smartrain/registry_cli.py
smartrain/results_analyzer.py
smartrain/run_discovery.py
smartrain/sahi_cli.py
smartrain/train_backend_registry.py
smartrain/train_model_catalog.py
smartrain/train_model_resolver.py
smartrain/train_profile.py
smartrain/train_resume.py
smartrain/training_queue.py
smartrain/training_queue_cli.py
smartrain/weighted_yolo_dataset.py
smartrain/workspace_path_repair.py
smartrain/workspace_paths.py
smartrain/yolo_labels.py
smartrain.egg-info/PKG-INFO
smartrain.egg-info/SOURCES.txt
smartrain.egg-info/dependency_links.txt
smartrain.egg-info/entry_points.txt
smartrain.egg-info/requires.txt
smartrain.egg-info/top_level.txt
smartrain/external_providers/__init__.py
smartrain/external_providers/adapters.py
smartrain/external_providers/base.py
smartrain/external_providers/installer.py
smartrain/external_providers/probe.py
smartrain/external_providers/registry.py
smartrain/external_providers/runner.py
smartrain/external_providers/launchers/__init__.py
smartrain/external_providers/launchers/mfel_infer_launcher.py
smartrain/external_providers/launchers/mfel_train_launcher.py
smartrain/external_providers/launchers/mfel_val_launcher.py
smartrain/external_providers/launchers/mp_infer_launcher.py
smartrain/external_providers/launchers/mp_train_launcher.py
tests/test_analyze_docs_help_consistency.py
tests/test_cli_deps.py
tests/test_cli_prompts.py
tests/test_cli_replay.py
tests/test_cli_subprocess.py
tests/test_cvat11_converter.py
tests/test_cvat11_native_dataset_former.py
tests/test_data_yaml_normalize.py
tests/test_dataset_access_roi_hash.py
tests/test_dataset_augment.py
tests/test_dataset_augment_copy_paste.py
tests/test_dataset_balance.py
tests/test_dataset_former_partial.py
tests/test_dataset_orient.py
tests/test_dataset_prune.py
tests/test_dataset_report.py
tests/test_dataset_stats.py
tests/test_dataset_stats_compare.py
tests/test_datasets_list_support.py
tests/test_datasets_scan_summary.py
tests/test_device_selector.py
tests/test_external_model_ref.py
tests/test_external_providers_adapters.py
tests/test_external_providers_installer.py
tests/test_external_providers_installer_runtime.py
tests/test_external_providers_probe.py
tests/test_external_providers_runner.py
tests/test_fusion_split.py
tests/test_imports.py
tests/test_inference_cli.py
tests/test_metrics_reader.py
tests/test_mfel_launchers.py
tests/test_path_portable.py
tests/test_provider_global_index.py
tests/test_providers_doctor_runtime.py
tests/test_providers_install_cli.py
tests/test_providers_uninstall_cli.py
tests/test_results_analyzer_workflows.py
tests/test_train_interactive.py
tests/test_train_model_catalog.py
tests/test_train_profile.py
tests/test_train_resume.py
tests/test_train_runtime_data_yaml.py
tests/test_train_val_batch_defaults.py
tests/test_training_metadata_init.py
tests/test_training_metadata_provider.py
tests/test_workspace.py
tests/test_workspace_path_repair.py