This repository subset packages the code paths behind the public jaguar ReID ArXiv core claims and key experiment families.
remote_setup/templates/ with placeholder paths.python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Smoke and contract checks:
python3 tools/verify_release_bundle.py --bundle-root .
Tiny local claimset flow (mocked inputs):
python3 tools/run_tiny_claimset_smoke.py --bundle-root . --workdir ./tmp_smoke
ArXiv table row export from canonical CSV artifacts:
python3 tools/export_arxiv_table_rows.py \
--canonical_root /path/to/canonical_axis12_test_bundle \
--output_dir ./generated_tables
CLAIM_TO_CODE_MATRIX.csvCLAIM_TO_CODE_MATRIX.mdREPRODUCIBILITY.mdEXPERIMENT_SCOPE.md1 commits
Python
85.4%
TeX
11.9%
Shell
2.7%
This repository subset packages the code paths behind the public jaguar ReID ArXiv core claims and key experiment families.
remote_setup/templates/ with placeholder paths.python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Smoke and contract checks:
python3 tools/verify_release_bundle.py --bundle-root .
Tiny local claimset flow (mocked inputs):
python3 tools/run_tiny_claimset_smoke.py --bundle-root . --workdir ./tmp_smoke
ArXiv table row export from canonical CSV artifacts:
python3 tools/export_arxiv_table_rows.py \
--canonical_root /path/to/canonical_axis12_test_bundle \
--output_dir ./generated_tables
CLAIM_TO_CODE_MATRIX.csvCLAIM_TO_CODE_MATRIX.mdREPRODUCIBILITY.mdEXPERIMENT_SCOPE.md1 commits
Python
85.4%
TeX
11.9%
Shell
2.7%