SamsungLabs / fbrs_interactive_segmentation

[CVPR2020] f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation https://arxiv.org/abs/2001.10331
Mozilla Public License 2.0
583 stars 94 forks source link

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

Closed arogozhnikov closed 4 years ago

arogozhnikov commented 4 years ago

Here is a screenshot of how it appears to me.

Screen Shot 2020-02-21 at 12 29 45 AM
ptrvilya commented 4 years ago

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/).

arogozhnikov commented 4 years ago

@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.

ptrvilya commented 4 years ago

@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).