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
The current system is creating a local image (and for non-compressed) storing in minio and then converting it to base64 so it can be transfered to the front-end. This was just done initially to have something to display. It would make more sense to utilize pre-signed URLs.
convert endpoints for spectrogram to utilize a pre-signed URL instead of the base64 text
Update the client to utilize the pre-signed url instead of base64.
Compressed View
It may make sense to make a compressed view that is also stored in MinIO. We may just have it updated when annotations are edited so it has some sort of caching system.
The text was updated successfully, but these errors were encountered:
The current system is creating a local image (and for non-compressed) storing in minio and then converting it to base64 so it can be transfered to the front-end. This was just done initially to have something to display. It would make more sense to utilize pre-signed URLs.
default_storage.url(fileField)
like in: https://github.com/Kitware/batai/blob/main/bats_ai/core/views/recording.py#L104Compressed View
It may make sense to make a compressed view that is also stored in MinIO. We may just have it updated when annotations are edited so it has some sort of caching system.
The text was updated successfully, but these errors were encountered: