SamsungLabs / fbrs_interactive_segmentation

[CVPR2020] f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation https://arxiv.org/abs/2001.10331

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some controls are missing on mac os in GUI (?)

arogozhnikov opened this issue · comments

Here is a screenshot of how it appears to me.

Screen Shot 2020-02-21 at 12 29 45 AM

We have tested GUI on Ubuntu 18.04 with tkinter.TkVersion 8.6. Problems on MacOS may encounter due to issues with Apple-supplied Tcl/Tk (refer to https://www.python.org/download/mac/tcltk/).

@ptrvilya thanks for response!
I use brew-provided python, but still that looks like most probable reason (since tkinter says it uses 8.5). Unfortunately can't verify your guess in details.

@arogozhnikov I've fixed the problem with menu in the latest commit, now all buttons should be visible (thanks to @vguzov for help with testing on MacOS).