hkchengrex / Cutie

[CVPR 2024 Highlight] Putting the Object Back Into Video Object Segmentation
https://hkchengrex.com/Cutie/
MIT License
579 stars 60 forks source link

How to solve this problem: "This plugin does not support propagateSizeHints()"? #83

Closed luoshuiyue closed 1 day ago

luoshuiyue commented 3 days ago

The program is stuck here: 微信图片_20240701170439 微信图片_20240701153339

hkchengrex commented 3 days ago

It is not a fatal error: https://stackoverflow.com/questions/69927654/this-plugin-does-not-support-propagatesizehints-calling-exec-on-qdialog

Are you running it on a remote server or a local machine?

luoshuiyue commented 3 days ago

It is not a fatal error: https://stackoverflow.com/questions/69927654/this-plugin-does-not-support-propagatesizehints-calling-exec-on-qdialog

Are you running it on a remote server or a local machine?

I run it on a local machine. 微信图片_20240702094029

hkchengrex commented 3 days ago

Thanks for the update.

  1. Can you use Cutie instead of MiVOS for this test? Cutie has a more up-to-date codebase.
  2. Can you try export QT_QPA_PLATFORM=xcb before running interactive_demo.py? -- It seems the program is running correctly but the GUI is not displayed for some reason.
luoshuiyue commented 3 days ago

Thanks for the update.

  1. Can you use Cutie instead of MiVOS for this test? Cutie has a more up-to-date codebase.
  2. Can you try export QT_QPA_PLATFORM=xcb before running interactive_demo.py? -- It seems the program is running correctly but the GUI is not displayed for some reason.

Thank you so much! It works. 微信图片_20240702101039