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

Fix Dockerfile to run demo.py #5

Closed charlielito closed 4 years ago

charlielito commented 4 years ago

Hi! Awesome work this paper! I tried to run the demo with docker but I struggled making it to run. Tkinter needs to be installed and installing that in docker is no that easy. Also to enable docker to run the GUI interface was also not straight forward. For that I propose this PR that makes it work and update the README with the proper instructions. Hope it helps!