{"id":28342653,"url":"https://github.com/ferretangel/labelimage","last_synced_at":"2025-07-16T21:39:38.028Z","repository":{"id":227821309,"uuid":"771953648","full_name":"FerretAngel/labelImage","owner":"FerretAngel","description":"一个在线图片数据标注的网页工具","archived":true,"fork":false,"pushed_at":"2025-01-03T03:25:53.000Z","size":2026,"stargazers_count":39,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T18:47:24.464Z","etag":null,"topics":["dataset","labels","online","tool","webapp","yolov8"],"latest_commit_sha":null,"homepage":"https://ferretangel.github.io/labelImage/","language":"TypeScript","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/FerretAngel.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-14T09:02:49.000Z","updated_at":"2025-05-28T07:55:36.000Z","dependencies_parsed_at":"2024-03-22T09:44:25.916Z","dependency_job_id":"4842b94f-4913-42f0-bfb3-306f41b5f0ed","html_url":"https://github.com/FerretAngel/labelImage","commit_stats":null,"previous_names":["ferretangel/labelimageweb","ferretangel/labelimage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FerretAngel/labelImage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretAngel%2FlabelImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretAngel%2FlabelImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretAngel%2FlabelImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretAngel%2FlabelImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FerretAngel","download_url":"https://codeload.github.com/FerretAngel/labelImage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerretAngel%2FlabelImage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265542442,"owners_count":23785226,"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":["dataset","labels","online","tool","webapp","yolov8"],"created_at":"2025-05-27T05:58:07.643Z","updated_at":"2025-07-16T21:39:38.023Z","avatar_url":"https://github.com/FerretAngel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 推荐使用labelStudio进行更专业的数据标注\n[labelStudio(github)](https://github.com/HumanSignal/label-studio)\n# 简介\n一个适用于 yolov8（只使用过v8，其他不了解） 数据集的**网页**端标注工具。  \n打开即用、无需上传图片就是它的优点！  \n基于vue3+ts，不依赖后端和任何服务器(在线图标使用了iconify除外)。  \n![](./public/preview.webp)  \n# 使用方法\n键盘：  \n`A` =\u003e `切换上一张图片`  \n`D` =\u003e `切换下一张图片`  \n`Q` =\u003e `切换上一个标签`  \n`E` =\u003e `切换下一个标签`  \n`W` =\u003e `切换模式*`  \n`ctrl + z` =\u003e `撤回（删除最后一个框）`  \n  \n 鼠标：  \n`鼠标滚轮` =\u003e `缩放画布`  \n`鼠标左键` =\u003e `进行标注`  \n`鼠标右键（绘制模式）` =\u003e `拖动平移画布`  \n`鼠标右键（编辑模式）` =\u003e `删除标记（当前鼠标指向的标记）`  \nps 保存是在你切换图片的时候自动保存到你选择的输出目录，无需手动保存   \n### 模式\n`绘制模式（默认）`:可以移动画布。不可以移动标记，改变标记大小，删除标记。  \n`编辑模式`:可以移动标记、改变标记大小、删除标记。不可以移动画布（因为右键删除和右键移动画布冲突）。  \n# ⚠浏览器兼容性\n 由于使用了 showDirectoryPicker 的 Api，兼容性比较差  \n[浏览器兼容性详情](https://developer.mozilla.org/zh-CN/docs/Web/API/Window/showDirectoryPicker#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%85%BC%E5%AE%B9%E6%80%A7)\n# 在线体验地址\n[在线体验](https://ferretangel.github.io/labelImage/)\n# 后续计划\n1.优化ui设计  \n2.处理其他浏览器兼容性  \n3.数据格式自定义转换（可以通过在线编写js代码，实现对其他格式数据的实时读写）  \n4.增加更多自定义选项（框的粗细等等，或者自动根据图片分辨率来动态调整框的粗细和标签名字大小）  \n  \nps.以上顺序不分先后。  \n## 项目使用  \n```sh\nhttps://github.com/FerretAngel/labelImageWeb.git\n```\n```sh\nnpm i\n```\n```sh\nnpm run dev\n```\n### 项目编译\n```sh\nnpm run build\n```\n# 问题\n如有问题可以联系:ferret.icu@qq.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferretangel%2Flabelimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferretangel%2Flabelimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferretangel%2Flabelimage/lists"}