{"id":13744724,"url":"https://github.com/puzzledqs/BBox-Label-Tool","last_synced_at":"2025-05-09T03:33:12.858Z","repository":{"id":148030194,"uuid":"20650054","full_name":"puzzledqs/BBox-Label-Tool","owner":"puzzledqs","description":"A simple tool for labeling object bounding boxes in images","archived":false,"fork":false,"pushed_at":"2020-04-17T17:20:48.000Z","size":32932,"stargazers_count":1131,"open_issues_count":39,"forks_count":561,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-09T04:04:40.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/puzzledqs.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}},"created_at":"2014-06-09T14:46:46.000Z","updated_at":"2025-03-24T07:00:31.000Z","dependencies_parsed_at":"2023-06-26T00:03:49.387Z","dependency_job_id":null,"html_url":"https://github.com/puzzledqs/BBox-Label-Tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzledqs%2FBBox-Label-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzledqs%2FBBox-Label-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzledqs%2FBBox-Label-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzledqs%2FBBox-Label-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puzzledqs","download_url":"https://codeload.github.com/puzzledqs/BBox-Label-Tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183271,"owners_count":21867393,"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":[],"created_at":"2024-08-03T05:01:14.939Z","updated_at":"2025-05-09T03:33:12.426Z","avatar_url":"https://github.com/puzzledqs.png","language":"Python","funding_links":[],"categories":["\u003ca name=\"Tools\"\u003e\u003c/a\u003e6. Tools","Python"],"sub_categories":[],"readme":"BBox-Label-Tool\n===============\n\nA simple tool for labeling object bounding boxes in images, implemented with Python Tkinter.\n\n**Updates:**\n- 2017.5.21 Check out the ```multi-class``` branch for a multi-class version implemented by @jxgu1016\n\n**Screenshot:**\n![Label Tool](./screenshot.png)\n\nData Organization\n-----------------\nLabelTool  \n|  \n|--main.py   *# source code for the tool*  \n|  \n|--Images/   *# direcotry containing the images to be labeled*  \n|  \n|--Labels/   *# direcotry for the labeling results*  \n|  \n|--Examples/  *# direcotry for the example bboxes*  \n\nEnvironment\n----------\n- python 2.7\n- python PIL (Pillow)\n\nRun\n-------\n$ python main.py\n\nUsage\n-----\n0. The current tool requires that **the images to be labeled reside in /Images/001, /Images/002, etc. You will need to modify the code if you want to label images elsewhere**.\n1. Input a folder number (e.g, 1, 2, 5...), and click `Load`. The images in the folder, along with a few example results will be loaded.\n2. To create a new bounding box, left-click to select the first vertex. Moving the mouse to draw a rectangle, and left-click again to select the second vertex.\n  - To cancel the bounding box while drawing, just press `\u003cEsc\u003e`.\n  - To delete a existing bounding box, select it from the listbox, and click `Delete`.\n  - To delete all existing bounding boxes in the image, simply click `ClearAll`.\n3. After finishing one image, click `Next` to advance. Likewise, click `Prev` to reverse. Or, input an image id and click `Go` to navigate to the speficied image.\n  - Be sure to click `Next` after finishing a image, or the result won't be saved. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzzledqs%2FBBox-Label-Tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuzzledqs%2FBBox-Label-Tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzzledqs%2FBBox-Label-Tool/lists"}