urakubo / UNI-EM

A unified environment for DNN-based automated segmentation of neuronal EM images
Other
35 stars 11 forks source link

Rarely Dojo fails to appear in the built-in browser (windows10, gpu) #14

Open urakubo opened 5 years ago

urakubo commented 5 years ago

Dojo rarely fails to appear in the built-in web browser. This is a problem of the web browser, but not Dojo itself. This seems to occur under windows 10 only in GPU-equipped PCs but either live python or standalone versions. We have not found how to suppress it fundamentally. Below the movie is shown.

Successful launch of Dojo https://www.dropbox.com/s/ta9q9vc9cckincu/ice_video_20190629-185924.webm?dl=0

Launch failure of Dojo in the built-in web browser https://www.dropbox.com/s/aal44l598u33tt0/ice_video_20190629-185604.webm?dl=0

If problem occurs, please remove cache files in the following folder at first: C:\Users\%USERNAME%\AppData\Local\main

Once Dojo launches under the "gpu-disable" mode of Chromium, this failure disappears even after we comment out the correspondent command (below).

main.py, L: 23 (Ver 0.84)

os.environ['QTWEBENGINE_CHROMIUM_FLAGS'] = '--disable-gpu'