futscdav/Chunkmogrify

Running without GUI?

Opened this issue · 2 comments

qo4on commented

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

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'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.