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

Error importing mask #36

Closed Zarxrax closed 6 months ago

Zarxrax commented 6 months ago

Hi, the Import mask button currently does not work. It seems that in the file 'main_controller.py', line 556 needs to be changed from: file_name = self._open_file('Mask') to: file_name = self.gui.open_file('Mask')

hkchengrex commented 6 months ago

Right -- fixed. Thanks!