Skip to content

Repository Guide

Anubha Parashar edited this page Aug 11, 2026 · 1 revision

Repository Guide

Core package

care_siu/

Contains dataset utilities, models, synthetic generation, and training code.

Scripts

Script Role
01_generate_synthetic.py Synthetic generation
02_download_datasets.py Dataset helper
03_build_manifest.py Manifest construction
04_train_baseline.py Baseline training
05_evaluate.py Evaluation
06_run_all.py Orchestration
07_train_federated.py Federated branch
08_train_continual.py Continual branch
09_export_edge.py Edge export
10_explain_sample.py Explanation
11_combine_manifests.py Manifest combination
12_synthetic_to_real_benchmark.py Transfer
13_repair_synthetic.py Synthetic repair
14_stratify_manifest.py Stratification
15_extract_video_embeddings.py Temporal R3D-18 embeddings
16_run_temporal_transfer.py Temporal paired transfer
17_generate_ablation_manifests.py Modality ablations
18_collect_experiment_results.py Consolidated report
19_summarize_explanations.py Explanation summary
20_validate_synthetic_splits.py Leakage gate

Git policy

Keep source code, configs, tests, documentation, and lightweight legal-to-share manifests.

Do not commit raw/private datasets, credentials, local virtual environments, large checkpoints, or generated output directories.

Clone this wiki locally