hkchengrex / MiVOS

[CVPR 2021] Modular Interactive Video Object Segmentation: Interaction-to-Mask, Propagation and Difference-Aware Fusion. Semi-supervised VOS as well!
https://hkchengrex.com/MiVOS/
MIT License
469 stars 64 forks source link

Can I run the GUI in google colab? #47

Closed RitaRitaki closed 1 year ago

RitaRitaki commented 1 year ago

I constantly get errors like error: subprocess-exited-with-error or error: metadata-generation-failed when i am trying to run the GUI in Google Colab.... Can you provide a notebook that works for running the GUI? I would really appreciate beacuse i have tried everything for solving the issue and nothing worked. Are u using python 3.8? Thank you!

errors

hkchengrex commented 1 year ago

I don't think colab supports PyQt5. Someone made a google colab GUI version of the XMem demo and nicely shared their code. This might help you: https://github.com/hkchengrex/XMem/issues/64