hkchengrex / MiVOS

[CVPR 2021] Modular Interactive Video Object Segmentation: Interaction-to-Mask, Propagation and Difference-Aware Fusion. Semi-supervised VOS as well!

Home Page:https://hkchengrex.com/MiVOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I run the GUI in google colab?

RitaRitaki opened this issue · comments

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

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: hkchengrex/XMem#64