{"id":19510697,"url":"https://github.com/goruck/semantic-segmentation-server","last_synced_at":"2026-06-19T10:31:54.324Z","repository":{"id":40961238,"uuid":"262700257","full_name":"goruck/semantic-segmentation-server","owner":"goruck","description":" Semantic segmentation served over grpc using Google Edge TPU.","archived":false,"fork":false,"pushed_at":"2022-12-08T06:20:37.000Z","size":18,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T10:04:07.667Z","etag":null,"topics":["gprc","semantic-segmentation","tpu"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goruck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-10T02:53:31.000Z","updated_at":"2020-05-10T03:01:26.000Z","dependencies_parsed_at":"2023-01-24T15:35:23.728Z","dependency_job_id":null,"html_url":"https://github.com/goruck/semantic-segmentation-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goruck/semantic-segmentation-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goruck%2Fsemantic-segmentation-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goruck%2Fsemantic-segmentation-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goruck%2Fsemantic-segmentation-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goruck%2Fsemantic-segmentation-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goruck","download_url":"https://codeload.github.com/goruck/semantic-segmentation-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goruck%2Fsemantic-segmentation-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34528134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gprc","semantic-segmentation","tpu"],"created_at":"2024-11-10T23:16:48.064Z","updated_at":"2026-06-19T10:31:54.300Z","avatar_url":"https://github.com/goruck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Work in progress - p/o the radar-ml project*\n\n# semantic-segmentation-server\n\n## Semantic segmentation served over grpc using Google Edge TPU.\n\n```protobuf\nservice SemanticSegmentation {\n    // A simple RPC. \n    rpc GetSegmentedObjects(Empty) returns (SegmentedObjectData) {}\n    rpc GetCameraResolution(Empty) returns (CameraResolution) {}\n  }\n\nmessage SegmentedObject {\n    // Most likely semantic segment label.\n    string label = 1;\n\n    // Score of label.\n    // This can be used as a measure of confidence.\n    float score = 2;\n\n    // Relative area of segment. Max = 1.\n    float area = 3;\n\n    // Relative segment centroid coords.\n    // (0,0) is top left of image containing the segment.\n    // (1,0) is top right \"\".\n    // (0,1) is bottom left \"\".\n    // (1,1) is bottom right \"\".\n    message Centroid {\n        float cx = 1;\n        float cy = 2;\n    }\n\n    Centroid centroid = 4;\n}\n\nmessage SegmentedObjectData {\n    // Recognized and segmented object data.\n    repeated SegmentedObject data = 1;\n}\n\nmessage CameraResolution {\n    int32 width = 1;\n    int32 height = 2;\n}\n\nmessage Empty {\n    // Placeholder.\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoruck%2Fsemantic-segmentation-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoruck%2Fsemantic-segmentation-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoruck%2Fsemantic-segmentation-server/lists"}