{"id":13645192,"url":"https://github.com/AlturosDestinations/Alturos.ImageAnnotation","last_synced_at":"2025-04-21T13:32:08.364Z","repository":{"id":50440562,"uuid":"188447433","full_name":"AlturosDestinations/Alturos.ImageAnnotation","owner":"AlturosDestinations","description":"A collaborative tool for labeling image data for yolo","archived":false,"fork":false,"pushed_at":"2021-01-29T20:30:23.000Z","size":881,"stargazers_count":65,"open_issues_count":5,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T12:03:13.987Z","etag":null,"topics":["annotation-tool","bounding-boxes","boundingbox","dotnet","image-annotation","image-classification","image-tagging","labeling","labeling-tool","labelling","tagging","taggingtools","yolo","yolov2","yolov3"],"latest_commit_sha":null,"homepage":"","language":"C#","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/AlturosDestinations.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":"2019-05-24T15:37:53.000Z","updated_at":"2025-03-13T12:20:56.000Z","dependencies_parsed_at":"2022-08-31T01:51:03.327Z","dependency_job_id":null,"html_url":"https://github.com/AlturosDestinations/Alturos.ImageAnnotation","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlturosDestinations%2FAlturos.ImageAnnotation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlturosDestinations%2FAlturos.ImageAnnotation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlturosDestinations%2FAlturos.ImageAnnotation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlturosDestinations%2FAlturos.ImageAnnotation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlturosDestinations","download_url":"https://codeload.github.com/AlturosDestinations/Alturos.ImageAnnotation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250064735,"owners_count":21368966,"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","bounding-boxes","boundingbox","dotnet","image-annotation","image-classification","image-tagging","labeling","labeling-tool","labelling","tagging","taggingtools","yolo","yolov2","yolov3"],"created_at":"2024-08-02T01:02:31.008Z","updated_at":"2025-04-21T13:32:06.906Z","avatar_url":"https://github.com/AlturosDestinations.png","language":"C#","funding_links":[],"categories":["Summary","Labeling Tools","Object Detection Applications"],"sub_categories":["Images"],"readme":"![Alturos.ImageAnnotation](doc/logo-banner.png)\n\n# Alturos.ImageAnnotation\n\nThe purpose of this project is to manage training data for Neural Networks. The images are stored in an object storage for example Amazon S3.\nIn our case we have image data for different runs that we want to annotate together. You can upload a folder into a package.\nFor every package you can set your own tags... this information is stored in a database for example Amazon DynamoDB.\n\n![object detection result](/doc/AlturosImageAnnotation.png)\n\n## Features\n\n - Collaborative annotation of images\n - Verification of image annotation data\n - Export for yolo (train.txt, test.txt, obj.names) with filters\n - No requirement for a custom server\n\n## Installation\n\nYou have the choice to use AWS or install your own environment.\n\n- [Cloud Installation](doc/CLOUD_INSTALLATION.md)\n- [Local Installation](doc/LOCAL_INSTALLATION.md)\n- [Docker Installation](doc/DOCKER_INSTALLATION.md)\n\n## Keyboard Shortcuts\n\nShortcut | Description | \n--- | --- |\n\u003ckbd\u003e↓\u003c/kbd\u003e | Next image |\n\u003ckbd\u003e↑\u003c/kbd\u003e | Previous image |\n\u003ckbd\u003e→\u003c/kbd\u003e | Next Object Class |\n\u003ckbd\u003e←\u003c/kbd\u003e | Previous Object Class |\n\u003ckbd\u003e0\u003c/kbd\u003e-\u003ckbd\u003e9\u003c/kbd\u003e | Select Object Class |\n\u003ckbd\u003eW\u003c/kbd\u003e\u003ckbd\u003eA\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e\u003ckbd\u003eD\u003c/kbd\u003e\u003cbr\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e\u003cbr\u003e+\u003ckbd\u003eCtrl\u003c/kbd\u003e\u003cbr\u003e+\u003ckbd\u003eAlt\u003c/kbd\u003e | Move Bounding Box\u003cbr\u003eResize\u003cbr\u003eQuick\u003cbr\u003eInvert\n\n## Data preperation\n\n### How many images are required\n\nYou should preferably have 2000 different images for each class or more.\n\n### Extract images from a video\n\nIf you have a video file and need the individual frames you can use [ffmpeg](https://ffmpeg.org) to extract the images. This command exports every 10th frame in the video.\n`ffmpeg -i input.mp4 -vf \"select=not(mod(n\\,10))\" -vsync vfr 1_every_10/img_%03d.jpg`\n\n## Articles of interest\n\n- [Training YOLOv3 : Deep Learning based Custom Object Detector](https://www.learnopencv.com/training-yolov3-deep-learning-based-custom-object-detector/)\n\n## Credits\n\nThis program uses icons from the Silk icon set created by Mark James, which can be found [here](http://www.famfamfam.com/lab/icons/silk/).\nThe icon set is licensed under a [CC BY 3.0 license](https://creativecommons.org/licenses/by/3.0/). Some changes were made to the icons.\n\n## Other Image Annotation Tools\n\n[List of annotation tools for machine learning research](https://simonwenkel.com/2019/07/19/list-of-annotation-tools-for-machine-learning-research.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlturosDestinations%2FAlturos.ImageAnnotation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlturosDestinations%2FAlturos.ImageAnnotation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlturosDestinations%2FAlturos.ImageAnnotation/lists"}