You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
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
The text was updated successfully, but these errors were encountered: