{ "info": { "author": "Bin Wang", "author_email": "wwwbbb8510@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# bidcap\nBenchmark Image Dataset Collection And Preprocessing\n\n## Image datasets incorporated so far\n\n* MNIST dataset and its variants - 12000 train, 50000 test\n * MB: MNIST basic dataset\n * MBI: MNIST background image - A patch from a black and white image was used as the background for the digit image\n * MDRBI: MNIST digits with rotation and background image - The perturbations used in MRD and MBI were combined.\n * MRB: MNIST random background - A random background was inserted in the digit image\n * MRD: MNIST rotated digits - The digits were rotated by an angle generated uniformly between 0 and 360 radians.\n\n* CONVEX dataset - 8000 train, 50000 test\n\n## Usage of the package\n\n### download the datasets\n\nDownload the datasets and put the files under the root directory of your project as shown in the following picture. \n\n![alt text](https://github.com/wwwbbb8510/bidcap/blob/master/dataset_file_structure.PNG \"Datasets file structure\")\n\n### Load the datasets\n```python\n# import the loader tool\nfrom bidcap.utils.loader import ImagesetLoader\n# import mb. Pass the dataset name described above as the first parameter\ndata = ImagesetLoader.load('mb')\n# training images\ndata.train['images']\n# training labels\ndata.train['labels']\n# test images\ndata.test['images']\n# test labels\ndata.test['labels']\n```\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://github.com/wwwbbb8510/bidcap.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bidcap", "package_url": "https://pypi.org/project/bidcap/", "platform": "", "project_url": "https://pypi.org/project/bidcap/", "project_urls": { "Homepage": "https://github.com/wwwbbb8510/bidcap.git" }, "release_url": "https://pypi.org/project/bidcap/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "benchmark image dataset collection and preprocessing", "version": "0.0.1" }, "last_serial": 4151506, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f1769b84eabcccdbdd560065f3604ef3", "sha256": "02f94483883ed23c1e6749d197254f646aa25652e7fd4633a6eb8e17f1590c81" }, "downloads": -1, "filename": "bidcap-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f1769b84eabcccdbdd560065f3604ef3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6094, "upload_time": "2018-08-09T03:54:58", "url": "https://files.pythonhosted.org/packages/f4/d4/63bc9b9012e1c3bb6956f4974e9e2badbf4d359d83bcba0d91df4331ca1a/bidcap-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "318048a80a75400a1606f3469fb45676", "sha256": "9b30f17b4e5db8438d32e274c22fe7302b80a86d9fde5184864fb0f340418bbb" }, "downloads": -1, "filename": "bidcap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "318048a80a75400a1606f3469fb45676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2018-08-09T03:54:59", "url": "https://files.pythonhosted.org/packages/17/b0/93964c5fb5dba53ec1e8c8f6f92064bf95f04f7b72b6a9390356c0c8ed4d/bidcap-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1769b84eabcccdbdd560065f3604ef3", "sha256": "02f94483883ed23c1e6749d197254f646aa25652e7fd4633a6eb8e17f1590c81" }, "downloads": -1, "filename": "bidcap-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f1769b84eabcccdbdd560065f3604ef3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6094, "upload_time": "2018-08-09T03:54:58", "url": "https://files.pythonhosted.org/packages/f4/d4/63bc9b9012e1c3bb6956f4974e9e2badbf4d359d83bcba0d91df4331ca1a/bidcap-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "318048a80a75400a1606f3469fb45676", "sha256": "9b30f17b4e5db8438d32e274c22fe7302b80a86d9fde5184864fb0f340418bbb" }, "downloads": -1, "filename": "bidcap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "318048a80a75400a1606f3469fb45676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2018-08-09T03:54:59", "url": "https://files.pythonhosted.org/packages/17/b0/93964c5fb5dba53ec1e8c8f6f92064bf95f04f7b72b6a9390356c0c8ed4d/bidcap-0.0.1.tar.gz" } ] }