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
Corrupted images fail if they ever get loaded by sharp (e.g. in the _getImage() function of src/ml/modelInterfaces.ts. The key I think is to set the Sharp config to failOn: 'none'. We did this in animl-ingest and it seemed to do the trick.
The text was updated successfully, but these errors were encountered:
Corrupted images fail if they ever get loaded by sharp (e.g. in the _getImage() function of
src/ml/modelInterfaces.ts
. The key I think is to set the Sharp config tofailOn: 'none'
. We did this in animl-ingest and it seemed to do the trick.The text was updated successfully, but these errors were encountered: