collect-face-data


Namecollect-face-data JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA Python package for collecting face data for face recognition.
upload_time2023-11-16 22:19:22
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords helloworld cli python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            COLLECT FACE DATA TOOL
----------------------

This command allows users to to collect face data:

``collect-face-data --output_path . --source 0 --label "user_id" --num_of_img 10 --percent_test 20 --augment True``

• output_path: Location where the data will be stored.

• source: source of video - 0 is camera.

• label: label of data, it can be name of user or id of user.

• num_of_img: number of image will be captured.

• percent_test: the percentage of data for model testing.

• augment: increase number of data.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "collect-face-data",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "helloworld,cli,python",
    "author": "",
    "author_email": "Le Tran Quang Huy <letranquanghuy0204@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bf/35/5b1fcf417a76bcdb1ca6995f759658f355d51a0c37e030c0420427259bf8/collect_face_data-0.0.2.tar.gz",
    "platform": null,
    "description": "COLLECT FACE DATA TOOL\r\n----------------------\r\n\r\nThis command allows users to to collect face data:\r\n\r\n``collect-face-data --output_path . --source 0 --label \"user_id\" --num_of_img 10 --percent_test 20 --augment True``\r\n\r\n\u2022 output_path: Location where the data will be stored.\r\n\r\n\u2022 source: source of video - 0 is camera.\r\n\r\n\u2022 label: label of data, it can be name of user or id of user.\r\n\r\n\u2022 num_of_img: number of image will be captured.\r\n\r\n\u2022 percent_test: the percentage of data for model testing.\r\n\r\n\u2022 augment: increase number of data.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python package for collecting face data for face recognition.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "helloworld",
        "cli",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf967cd653e451bc2bd64cbb2eee144097907e8f14cbe7d0533eb35afa5192c",
                "md5": "e94206fe12836b0d1b5dfc1073e41203",
                "sha256": "8f8d00636fec502873abc220da32eb01f812f13d7c35797298d8bf462687f648"
            },
            "downloads": -1,
            "filename": "collect_face_data-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e94206fe12836b0d1b5dfc1073e41203",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7175,
            "upload_time": "2023-11-16T22:19:19",
            "upload_time_iso_8601": "2023-11-16T22:19:19.731951Z",
            "url": "https://files.pythonhosted.org/packages/cc/f9/67cd653e451bc2bd64cbb2eee144097907e8f14cbe7d0533eb35afa5192c/collect_face_data-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf355b1fcf417a76bcdb1ca6995f759658f355d51a0c37e030c0420427259bf8",
                "md5": "ca6741cbc339c82815f4d02f9e4ac23c",
                "sha256": "e3ee00943addf4fe0dc625629ca4d4716caca0a979cfa3f369ea1cd137678c31"
            },
            "downloads": -1,
            "filename": "collect_face_data-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ca6741cbc339c82815f4d02f9e4ac23c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6686,
            "upload_time": "2023-11-16T22:19:22",
            "upload_time_iso_8601": "2023-11-16T22:19:22.727127Z",
            "url": "https://files.pythonhosted.org/packages/bf/35/5b1fcf417a76bcdb1ca6995f759658f355d51a0c37e030c0420427259bf8/collect_face_data-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 22:19:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collect-face-data"
}
        
Elapsed time: 0.15547s