{ "info": { "author": "Michael Sugimura", "author_email": "deepak.kumar.iet@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n\ud83d\udc26 multi_class_pigeon - Quickly annotate data on Jupyter\n========================\n\nThis repo is a simple multiclass image extenstion of the pigeon repo by\n@agermanidis located [here](https://github.com/agermanidis/pigeon). Credit goes to them for building\nthe annotate function for images, text, and regression for multi-class type problems. All I am doing is extending it to multi-label and multi-task type problems.\n\n## Notes\n__________\nAs of now I just have this as a repo... so to use it you can clone it and either run notebooks from inside it and use the below format or modify the imports to point at the directory containing the annotation script.\n\n\nExamples\n-----\n```\nfrom pigeon import multi_label_annotate\nfrom IPython.display import display, Image\n\nannotations = multi_label_annotate(\n ['assets/altera.jpg', 'assets/chibi_gil.jpg','assets/chibi_saber.jpg'],\n options={'cute':['yes','no'], 'saber':['yes','no'],'colors':['blue','gold','white','red']},\n display_fn=lambda filename: display(Image(filename))\n )\n```\nPreview:\n\n![alt text](/assets/sample_usage3.gif)\n\n## Additional Notes\n____\nI added some additional buttons as well to the multi-label script. Since we want to be able to select more than one category I added a few extra buttons.\n\n- `done` button to press after all relevant fields have been clicked. \n\n- `back` button in case you want to go back to a previous image. WARNING this will erase that item from the dictionary so you will have to click through all the classes you want to mark for that previous image again. \n\n- `clear current` will delete the current image from the dictionary on the back end so you can re enter the classes in case you messed one up.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://https://github.com/sugi-chan/multi_label_pigeon", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "multi-label-pigeon-jupyter", "package_url": "https://pypi.org/project/multi-label-pigeon-jupyter/", "platform": "", "project_url": "https://pypi.org/project/multi-label-pigeon-jupyter/", "project_urls": { "Homepage": "https://https://github.com/sugi-chan/multi_label_pigeon" }, "release_url": "https://pypi.org/project/multi-label-pigeon-jupyter/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A way to label multi label image datasets in jupyter", "version": "0.1.0" }, "last_serial": 5793676, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5e04ca44a5d023ac0a071c5233e86c4b", "sha256": "f09a745c68f7396e8ab39313d16f718dc977cbecad5a707844a109043c84c4f6" }, "downloads": -1, "filename": "multi_label_pigeon_jupyter-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5e04ca44a5d023ac0a071c5233e86c4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4614, "upload_time": "2019-09-06T19:52:01", "url": "https://files.pythonhosted.org/packages/c6/af/b750d0076a9d389c38015171f4ef76403037de024ca79ffb5acbc753e0a8/multi_label_pigeon_jupyter-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e04ca44a5d023ac0a071c5233e86c4b", "sha256": "f09a745c68f7396e8ab39313d16f718dc977cbecad5a707844a109043c84c4f6" }, "downloads": -1, "filename": "multi_label_pigeon_jupyter-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5e04ca44a5d023ac0a071c5233e86c4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4614, "upload_time": "2019-09-06T19:52:01", "url": "https://files.pythonhosted.org/packages/c6/af/b750d0076a9d389c38015171f4ef76403037de024ca79ffb5acbc753e0a8/multi_label_pigeon_jupyter-0.1.0-py3-none-any.whl" } ] }