Chunkmogrify icon indicating copy to clipboard operation
Chunkmogrify copied to clipboard

Running without GUI?

Open qo4on opened this issue 3 years ago • 2 comments

Hi! Is it possible to run in a Jupyter notebook environment that runs in the cloud, such as Colab or Kaggle?

qo4on avatar Jan 21 '22 19:01 qo4on

I'm unaware of a jupyter compatible backend for Qt, so as of now, I don't think it's possible. Rewriting the UI layers to work with jupyter widgets would likely be possible, but a rather large undertaking for little benefit.

If you have a remote instance available to you rather than just a notebook like a Colab, you can run the GUI through X11, remote desktop, or similar mechanism.

futscdav avatar Feb 14 '22 17:02 futscdav

I'm unaware of a jupyter compatible backend for Qt, so as of now, I don't think it's possible. Rewriting the UI layers to work with jupyter widgets would likely be possible, but a rather large undertaking for little benefit.

If you have a remote instance available to you rather than just a notebook like a Colab, you can run the GUI through X11, remote desktop, or similar mechanism.

I think the key problem is that the main proceduce (including the partial image inversion, final image blend, and so on.) from the Qt's code was not so clear since there was so many GUI's things. Would you pleased list the main part of your codes about your method metioned in your arxiv's paper, or just give a brief introduction about your code's core structure? It may be a great helps for those who want to make it run without GUI or futher develop.

asheroin avatar Aug 01 '22 07:08 asheroin