UPGo-McGill / matchr

Fast and Reliable Matching of Images
Other
2 stars 0 forks source link

Suppress JPEG warnings in load_image? #5

Closed dwachsmuth closed 3 years ago

dwachsmuth commented 3 years ago

Sometimes load_image generates "JPEG decompression: Premature end of JPEG file" warnings, presumably from readbitmap. Should the function call be wrapped in suppressWarnings?

dwachsmuth commented 3 years ago

Not fixed yet. It happens in either: create_signature(paths_low[1:10000]) or create_signature(paths_high[1:10000])