First of all congrats for the great work!! Thanks for release.
I run your model using the demo.py file. Yet I got segmentation result in pixel format.
I made following changes to demo.py file to get it run succesfully (inside setup_cfg(args) function):
from boundary_former.config import add_boundaryformer_config
add_boundaryformer_config(cfg)
Could you explain how should I update demo file or the code to get segmentation predictions in polygon format?
Note*
I used the following config file and model respectively:
-> config file link, model.
Best