{"id":19855848,"url":"https://github.com/cuixing158/imagelabeler-api","last_synced_at":"2026-03-07T03:03:12.426Z","repository":{"id":153930349,"uuid":"208789851","full_name":"cuixing158/imageLabeler-API","owner":"cuixing158","description":"Convenient image annotation tool API","archived":false,"fork":false,"pushed_at":"2025-07-25T05:56:20.000Z","size":8266,"stargazers_count":24,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T10:02:40.556Z","etag":null,"topics":["api","computer-vision","ground-truth","image-labeling","voc-dataset"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuixing158.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-16T12:06:07.000Z","updated_at":"2025-07-25T05:56:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd26646f-4694-4a0d-af49-22e7afb43478","html_url":"https://github.com/cuixing158/imageLabeler-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cuixing158/imageLabeler-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixing158%2FimageLabeler-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixing158%2FimageLabeler-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixing158%2FimageLabeler-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixing158%2FimageLabeler-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuixing158","download_url":"https://codeload.github.com/cuixing158/imageLabeler-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixing158%2FimageLabeler-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"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":["api","computer-vision","ground-truth","image-labeling","voc-dataset"],"created_at":"2024-11-12T14:13:56.154Z","updated_at":"2026-03-07T03:03:12.411Z","avatar_url":"https://github.com/cuixing158.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Labeler app\r\n\r\n\u003e [!NOTE]\r\n\u003e update:如果用户是使用COCO JSON、OpenLabel JSON类型的标注格式文件标注、交互，请分别使用`groundTruthFromOpenLabel`(R2024b)/`groundTruthToOpenLabel`(R2024a)、`groundTruthFromCOCO`(R2025a)等新型内置函数\r\n\r\n本程序旨在标注图像文件简单交互式格式互转，支持拖曳矩形框，像素语义级别两种类型标注。\u003cbr\u003e\r\n共提供6个接口（函数），具体转换关系图如下：\u003cbr\u003e\r\nVOCxml\u003c-------\u003eMatlab groundTruth，rectangle\u003cbr\u003e\r\ntxt\u003c-------\u003eMatlab groundTruth，rectangle\u003cbr\u003e\r\npng(pixel)\u003c-------\u003eMatlab groundTruth，pixel\u003cbr\u003e\r\n其中Matlab table格式可以在MATLAB2017b（及以后新版本）中imageLabeler/trainingImageLabeler  APP中修改/查看等等操作，方便自由~\u003cbr\u003e\u003cbr\u003e\r\n\r\n注意：xml_io_tools_2010_11_05.zip为安装文件，解压加入到工作路径即可使用（文件已包含）。\r\n下载链接：http://cn.mathworks.com/matlabcentral/fileexchange/12907-xml-io-tools\r\n\r\n## 6个接口（额外1个配最新版本转gTruth）\r\n\r\nVOCxml_to_matlab_main.m为批量VOC-xml转MATLAB table格式文件；\u003cbr\u003e\r\nmatlab_to_VOCxml.m为MATLAB table转VOC-xml格式文件；\u003cbr\u003e\r\ntxt_to_matlab.m为txt文本转MATLAB table格式文件；\u003cbr\u003e\r\ntable_to_gTruth.m为table格式转换groundTruth格式；\u003cbr\u003e\r\nmatlab_to_txt.m为MATLAB table转txt文本格式。\u003cbr\u003e\r\npixel_to_matlab.m为png像素标注转MATLAB groundTruth格式文件；\u003cbr\u003e\r\nmatlab_to_pixel.m为MATLAB groundTruth转png像素级别标注格式。\u003cbr\u003e\r\n\r\n## txt文本标记格式\r\n\r\n比如文本内容打开如下，分别表示类别,x,y,width,height,四个缺省值0,txt和xml中像素是以0开始的索引：\u003cbr\u003e\r\n3 \u003cbr\u003e\r\ncar     401 381 305 201    0   0   0   0\u003cbr\u003e\r\ncar     149 377 234 143    0   0   0   0\u003cbr\u003e\r\nstop     858 318  39  43    0   0   0   0\u003cbr\u003e\r\n\r\n\u003e [!TIP]\r\n\u003e MATLAB groundTruth格式文件由imageLabeler  APP导出/制作查看的格式,适合2017b及以后版本。\u003cbr\u003e\r\n\u003e 原图像与标注文件要位于同一目录并且一一对应，文件名相同，后缀不同，参考“stopSignImages”标注样式。\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuixing158%2Fimagelabeler-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuixing158%2Fimagelabeler-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuixing158%2Fimagelabeler-api/lists"}