tum-ai / expingo-frontend

Angular Frontend for expingo web app.
MIT License
0 stars 0 forks source link

Don't allow large images #8

Open jakobkruse1 opened 3 years ago

jakobkruse1 commented 3 years ago

Large images seem to crash the frontend (huge computing complexity due to also large masks, etc.) -> Set max size to full hd Also the inpainting service times out when using a large image

jakobkruse1 commented 3 years ago

Problem is the long runtime of the impainting service when large images are used. Also, the mergeImages function is really slow for large images.

jakobkruse1 commented 3 years ago

Would be nice if we would be able to use large images, but the above issues need to be fixed for that.