rifqiharrys / sdb_gui

Python based GUI for Satellite Derived Bathymetry processing
MIT License
37 stars 8 forks source link

GUI Shutting Down while Generating Prediction #10

Open jobthoma97 opened 1 week ago

jobthoma97 commented 1 week ago

Hey @rifqiharrys !

Thank you for this tool.

I am using the SDB_GUI latest release 3.6.1.

The problem that I faced was, the tools close automatically while generating the prediction. It runs upto 42 percent then it exits the GUI and closes the CMD prompt.

It would be very helpful if I get some suggestions on this error.

Thank you in advance!!!

Screenshot of the process before closing the GUI: Error

rifqiharrys commented 17 hours ago

Hey @jobthoma97. Sorry for the late reply. I have been occupied with work lately. The most common error when I use the tool is out of memory because the satellite image file was too big. Or you could see the error in the console (prompt). Run the .exe file using console (powershell or cmd) to prevent it closing after the error occurs.

Test it using Multi Linear Regression for faster processing time. I hope this helps. Cheers.