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!