KylianSu commited on
Commit
3875b7e
·
verified ·
1 Parent(s): 5bee049

Clarify updated-rerun provenance

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -101,7 +101,7 @@ paper-final trainable checkpoints against
101
  The private dataset repository
102
  [`KylianSu/btecf-dr-handoff`](https://huggingface.co/datasets/KylianSu/btecf-dr-handoff)
103
  preserves the recomputed AutoMorph masks, Bézier/CLIP features, fixed splits,
104
- Track 1/2 outputs, and both reconstructed-mask n=500 experiments. An authorized
105
  researcher can restore and checksum all of them with:
106
 
107
  ```bash
@@ -109,11 +109,12 @@ hf auth login
109
  bash scripts/15_download_handoff_assets.sh
110
  ```
111
 
112
- The historical paper n=500 pixel outputs were not retained. The n=500 files in
113
- the private handoff are a later reconstruction from recomputed masks; they must
114
- not be described as bit-identical to the submitted-paper run. The historical
115
- n=50 files in this repository remain the evidence for the submitted Table 4/5
116
- statistics.
 
117
 
118
  ## Other artifacts you still need (not in this repo)
119
 
 
101
  The private dataset repository
102
  [`KylianSu/btecf-dr-handoff`](https://huggingface.co/datasets/KylianSu/btecf-dr-handoff)
103
  preserves the recomputed AutoMorph masks, Bézier/CLIP features, fixed splits,
104
+ Track 1/2 outputs, and both updated n=500 reruns. An authorized
105
  researcher can restore and checksum all of them with:
106
 
107
  ```bash
 
109
  bash scripts/15_download_handoff_assets.sh
110
  ```
111
 
112
+ The current n=500 files are a reproducible post-submission rerun using the
113
+ audited AutoMorph preprocessing. They preserve the fixed-start design and main
114
+ tortuosity conclusion, with small numerical variation from the updated masks.
115
+ They should be cited as the updated rerun rather than as a byte-identical copy
116
+ of the submission snapshot. The archived n=50 files remain the direct evidence
117
+ for the submitted Table 4/5 statistics.
118
 
119
  ## Other artifacts you still need (not in this repo)
120