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
Every call to complete() with images resizes each image and writes it to the app cache dir with a random UUID filename. The resized files are never deleted.
Every call to
complete()with images resizes each image and writes it to the app cache dir with a random UUID filename. The resized files are never deleted.iOS —
ios/HybridCactusImage.swiftlines 42–48:Android follows the same pattern in
HybridCactusImage.kt.For apps that do heavy vision usage the cache dir grows until the OS reaps it. Either clean up after inference or reuse a single temp path.