{"id":19666719,"url":"https://github.com/open-mmlab/labelbee-client","last_synced_at":"2025-04-05T22:07:19.783Z","repository":{"id":37725983,"uuid":"434596692","full_name":"open-mmlab/labelbee-client","owner":"open-mmlab","description":"Out-of-the-box Annotation Toolbox","archived":false,"fork":false,"pushed_at":"2024-04-19T09:59:23.000Z","size":41036,"stargazers_count":389,"open_issues_count":14,"forks_count":52,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-29T21:04:16.100Z","etag":null,"topics":["annotation-tool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-03T12:57:09.000Z","updated_at":"2025-03-27T06:23:14.000Z","dependencies_parsed_at":"2022-07-15T21:48:14.841Z","dependency_job_id":"9401252b-4af1-4359-bd92-6834ee07ea2c","html_url":"https://github.com/open-mmlab/labelbee-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/labelbee-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406089,"owners_count":20933803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["annotation-tool"],"created_at":"2024-11-11T16:28:42.163Z","updated_at":"2025-04-05T22:07:19.760Z","avatar_url":"https://github.com/open-mmlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003carticle style=\"display: flex; flex-direction: column; align-items: center; justify-content: center;\"\u003e\n    \u003cp align=\"center\"\u003e\u003cimg width=\"300\" src=\"./src/assets/logo.svg\" /\u003e\u003c/p\u003e\n    \u003ch1 style=\"width: 100%; text-align: center;\"\u003eLabelBee-Client\u003c/h1\u003e\n    \u003cp\u003e\n        \u003ca href=\"https://github.com/open-mmlab/labelbee-client/releases\"\u003eReleases\u003c/a\u003e\n        ·\n        \u003ca href=\"./docs/README.md\" \u003eGetting Started\u003c/a\u003e\n        ·\n        \u003ca href=\"./README_zh-CN.md\" \u003e简体中文\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/article\u003e\n\u003cimg style=\"width: 700px\" src=\"./docs/assets/main.png\"\u003e\n\n\u003c/div\u003e\n\n## Features\n\n- 📦 Out of the Box, built-in six annotation tools, simple configurations\n- 🪵 Flexible combinations, multiple tools can directly rely on each other\n- 💻 Multiple operating systems: Mac / Linux / Windows\n- 🏁 Support Data Formats\n\n|        | General Data | COCO | Semantic Segmentation Mask |\n| ------ | ------------ | ---- | -------------------------- |\n| Export | ✔️            | ✔️    | ✔️                          |\n| Import | ✔️            | ✖    | ✖                          |\n\n## Download\n\n[Mac \u0026 Windows \u0026 Linux](https://github.com/open-mmlab/labelbee-client/releases)\n\n## Support Scenes\n\n- Detection: Detection scenes for vehicles, license plates, pedestrians, faces, industrial parts, etc.\n- Classification: Detection of object classification, target characteristics, right and wrong judgments, and other classification scenarios\n- Semantic segmentation: Human body segmentation, panoramic segmentation, drivable area segmentation, vehicle segmentation, etc.\n- Text transcription: Text detection and recognition of license plates, invoices, insurance policies, signs, etc.\n- Contour detection: positioning line scenes such as human contour lines, lane lines, etc.\n- Key point detection: positioning scenes such as human face key points, vehicle key points, road edge key points, etc.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./docs/assets/annotation-detection-segmentation.gif\"/\u003e\n\n  \u003ci style=\"text-align: center;\"\u003eDetection / Segmentation \u003c/i\u003e\n  \n  \u003cimg src=\"./docs/assets/annotation-line-point-text.gif\"/\u003e\n\n  \u003ci style=\"text-align: center;\"\u003eLine / Point / Text \u003c/i\u003e\n\u003c/p\u003e \n\u003c/div\u003e\n\n## Usage\n\n-  [Getting Started](./docs/README.md) \n\n## Annotation Format\n\n```json\n{\n  \"width\": 4368,\n  \"height\": 2912,\n  \"valid\": true,\n  \"rotate\": 0,\n  \"step_1\": {\n    \"toolName\": \"rectTool\",\n    \"result\": [\n      {\n        \"x\": 530.7826086956522,\n        \"y\": 1149.217391304348,\n        \"width\": 1314.7826086956522,\n        \"height\": 1655.6521739130435,\n        \"attribute\": \"\",\n        \"valid\": true,\n        \"id\": \"Rp1x6bZs\",\n        \"sourceID\": \"\",\n        \"textAttribute\": \"\",\n        \"order\": 1\n      }\n    ]\n  }\n}\n```\nFor details, click to view [LabelBee Annotation Format](./docs/annotation/README.md)\n\n## Important\njs can't export 8bit unsign Int image, so a python script is provided to solve this problem\n- [Script] (https://github.com/open-mmlab/labelbee-client/blob/main/scripts/dataTransfer.py)\n\n## Links\n\n- [LabelBee](https://github.com/open-mmlab/labelbee)（Powered by LabelBee）\n\n## LICENSE\n\nThis project is released under the [Apache 2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-mmlab%2Flabelbee-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-mmlab%2Flabelbee-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-mmlab%2Flabelbee-client/lists"}