{"id":18696913,"url":"https://github.com/vra/easybox","last_synced_at":"2025-04-12T07:31:43.872Z","repository":{"id":57425004,"uuid":"271915589","full_name":"vra/easybox","owner":"vra","description":"☐ :chart_with_upwards_trend: ☐ A simple, out-of-the-box  and cross-platform bbox annotation tool by Python. Try it by `pip install easybox`","archived":false,"fork":false,"pushed_at":"2021-05-28T11:32:02.000Z","size":13782,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T20:03:10.145Z","etag":null,"topics":["computer-vision","deep-learning","gui","linux","object-detection","python","tkinter"],"latest_commit_sha":null,"homepage":"https://github.com/vra/easybox","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/vra.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-06-13T00:49:24.000Z","updated_at":"2024-09-28T16:21:43.000Z","dependencies_parsed_at":"2022-09-13T15:23:47.772Z","dependency_job_id":null,"html_url":"https://github.com/vra/easybox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vra%2Feasybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vra%2Feasybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vra%2Feasybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vra%2Feasybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vra","download_url":"https://codeload.github.com/vra/easybox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248533815,"owners_count":21120166,"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":["computer-vision","deep-learning","gui","linux","object-detection","python","tkinter"],"created_at":"2024-11-07T11:21:50.051Z","updated_at":"2025-04-12T07:31:42.973Z","avatar_url":"https://github.com/vra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easybox\nA simple but powerful bounding box annotation tool by Python\n\n## Install\n### 1. use pip\nThis works on both Linux and Windows.\n```bash\npip3 install --user easybox\n```\nThen run below command in termial to begin:\n```bash\neasybox\n```\n\n### 2. use release\nThis method only works on Windows.\n\nDownload the execute file from the release page: \u003chttps://github.com/vra/easybox/releases\u003e.\nDirectly run `*.exe` to begin.\n\n\n## How to use\n### 1. Demo\n![demo](./imgs/demo.gif)\n\nFirstly you need to choose a folder with images. Then you can begin annotate them using easybox. The annotations will save in the subfolder named `easybox`. The format of each bbox in  annotation file is \n```bash\ntop left bottom right color\n``` \nYou can ignore `color` when further process your annotations.\n\n### 2. Shortcuts\n|Operate|UI operation|Shortcut|\n|--|--|--|\n|Open folder | File-\u003eOpen| Ctrl-o|\n|Save annotation | Save Button| Ctrl-s|\n|Load previous image | Previous Button|\u003c-, Middle mouse button|\n|Load Next image | Next Button|-\u003e, Right mouse button|\n|Load Next image | Next Button|-\u003e, Right mouse button|\n|Delete previous bbox | |Ctrl-z|\n|Open help window | |Ctrl-h|\n|Open about window | |Ctrl-a|\n|Exit |File-\u003eExit |Ctrl-q|\n\n\n## Build from source\n### 1. Linux\n```bash\ngit clone https://github.com/vra/easybox\ncd easybox\npython3 setup.py install --user\n```\nThen run below command in termial to begin:\n```bash\neasybox\n```\n\n### 2. Windows\nInstall Pyinstaller first: `pip3 install --user pyinstaller`.\n\nThen run:\n```bash\npyinstaller.exe -F -w  ./easybox/main.py\n```\nA execute file named `main.exe` will be created in `dist` folder, you can directly run it.\n```bash\n./dist/main.exe\n```\n\n## Acknowledgement\nThis project is inspired by [BBox-Label-Tool](https://github.com/puzzledqs/BBox-Label-Tool), many thanks to the author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvra%2Feasybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvra%2Feasybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvra%2Feasybox/lists"}