You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To my best knowledge, you currently only accept matches.h5 files with keys in form of {filename1}-{filename2}. I would request that support for {filename1}/{filename2} is added, which is interpreted by HDF as subgroups and has the advantage that hashing is performed in stages (first filename1 then filename2). This has no impact on IMW submissions which only have thousands of file pairs, but single-stage hashing starts choking at > ~300k keys. It would be a quality of life improvement, because I could release my code with a simple script which is both compatible with IMW submissions and scales to large scenes (currently it's mutually exclusive).
The text was updated successfully, but these errors were encountered:
To my best knowledge, you currently only accept
matches.h5
files with keys in form of{filename1}-{filename2}
. I would request that support for{filename1}/{filename2}
is added, which is interpreted by HDF as subgroups and has the advantage that hashing is performed in stages (firstfilename1
thenfilename2
). This has no impact on IMW submissions which only have thousands of file pairs, but single-stage hashing starts choking at > ~300k keys. It would be a quality of life improvement, because I could release my code with a simple script which is both compatible with IMW submissions and scales to large scenes (currently it's mutually exclusive).The text was updated successfully, but these errors were encountered: