José Pereira
Results
2
issues of
José Pereira
Hi, it seems the evaluation server at http://[isengard.csc.kth.se](http://isengard.csc.kth.se:8585/):8585/ is offline. Is there a chance to get pre-trained models to test the accuracy of this method, in the meanwhile?
Consider the following code snippet ```python from streamlit_cropper import st_cropper import streamlit as st from PIL import Image tab_1, tab_2 = st.tabs(["TAB-1", "TAB-2"]) img_file = st.sidebar.file_uploader( label='Upload a file', type=['png',...