When I run the curl command, I receive the response:
{āmessageā:āāsemantic-segmentationāā}
No segmentation mask is provided. At the same time on the server I see a 500 internal server error: KeyError: āsemantic-segmentationā.
As noted here, when using the hosted API I had to switch url from detect.roboflowcom to segment.roboflowcom, as detect.roboflow.com was behaving in the same way (just responding the json message with no segmentation result). It seems like there must be some corresponding change to get it running locally (use a different docker image server?), however I canāt find any documentation around this.
Hey @tim-fan ! @leo provided some good docs links for our open source package that powers roboflow deployments. Currently, that package doesnāt support semantic segmentation, but thatās definitely on our roadmap! We are also always open to new contributors so feel free to take a stab at adding it if youāre interested!