This is what happens:
- The app is running and the UI display perfectly
- After several prediction, the output return error
- The UI disappears while the app is still running.
- After a while (~hour) the UI reappears and works again.
Do you have any ideas why?
In this app, I am using a 3D network to predict the 3D scene. Thus, it requires quite a lot of memory. I guess the app crashed due to running out of memory but I am not sure. I also set enable_queue=True