Allow explicit TIFXYZ UUIDs - #1299
Draft
aviad12g wants to merge 1 commit into
Draft
Conversation
|
@aviad12g is attempting to deploy a commit to the scroll Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--uuid=<id>argument tovc_obj2tifxyzandvc_obj2tifxyz_legacy;omitted; and
input-stem fallback, and empty-input rejection.
Why
A frozen scan of the current public TIFXYZ registry found that 277/450 roots
reuse the literal metadata UUID
output_tifxyz. The pattern is systematic fornormalized artifacts: 262/262 normalized roots have that UUID, scale
[0.05, 0.05], and the same five-key metadata shape. Among 140 segments withboth forms, all 140 normalized roots use
output_tifxyz, while 127 originalcounterparts have a source-specific identity.
The public
vc_obj2tifxyz_legacydefaults have a matching fingerprint: stepsize 20 produces scale 0.05, and UUID comes from the output-directory basename.
That is consistent with a pipeline using a staging directory named
output_tifxyz, but the private production command is not observable, so thisPR does not claim producer attribution or alter existing artifacts.
The option lets production preserve stable staging paths while supplying a
collection-specific identity. Existing commands keep exactly their current
behavior.
Evidence: https://huggingface.co/datasets/AviadCoh/vesuvius-august-evidence/tree/main/uuid-producer-audit
Validation
clang++ -std=c++20 -Wall -Wextra -Werror -pedantic;git diff --checkpasses.The PR is opened as draft so the full Villa CI matrix can validate both
converter targets before review.