robmarkcole / deepstack-ui

UI for working with Deepstack
https://github.com/johnolafenwa/DeepStack
GNU General Public License v3.0
134 stars 42 forks source link

Weird issue with caching #37

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

Many images are simply not being posted to Deepstack, and I suspect it is to do with caching the response

robmarkcole commented 3 years ago

doing

#  @st.cache
def process_image(pil_image, dsobject):

did not resolve it