TIFF Metadata Clarification ¶
By: rictoo on Jan. 1, 2025, 12:50 p.m.
Hi! You state:
Task 1: One .tif file with segmentation results and metadata, including XResolution, YResolution, SMinSampleValue (excluding background), and SMaxSampleValue.
However, in the baseline repo, you have:
('MinSampleValue', 'I', 1, int(1)),
('MaxSampleValue', 'I', 1, int(max_val))
Should we be using S[Min/Max]SampleValue or [Min/Max]SampleValue?
Thank you!