vineetbansal / wbi

0 stars 0 forks source link

tweaks to make wbi ui work over ssh/xpra #57

Closed vineetbansal closed 8 months ago

vineetbansal commented 8 months ago

With these changes, we should be able to run wbi align .. over a session instantiated with ssh -X <puid>@della.. and see the UI come up. It'll be excruciatingly slow, of course. xpra will be faster. I'm not sure why our clusters like pyqt5 over pyqt6, but it makes no difference for us in development at this stage.

opencv-python-headless is an interesting case though - it seems that opencv-python installs some low level libraries that don't sit well with qt, as mentioned in https://github.com/NVlabs/instant-ngp/discussions/300