get-eyedata


Nameget-eyedata JSON
Version 1.3.4 PyPI version JSON
download
home_pagehttps://github.com/ikrfun/get_eyedata
Summarygat gaze data form record.
upload_time2023-07-04 08:02:17
maintainerikrfun
docs_urlNone
authorikrfun
requires_python
licenseMIT
keywords gaze game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Get-eyedata

this library is an application that allows you to track objects in a video file and save the tracking data to pandas dataframe 

## Installation
---
you can use pip to install get-eyedata.
```bash
pip install get-eyedata
```

---

## Usage

### Preparing Recorded Data

you need video file which is recorded by OBS with original setting

show details -> https://github.com/ikrfun/get_eyedata/wiki/usage-en

get OBS -> https://obsproject.com/ja/download

---

### When creating a dataset of actual facial images and their corresponding gaze coordinates 

To use mekeing eye dataset, run the following command in your terminal

```python
from get_eyedata import valo

# valo_df is pandas dataframe
valo_df = valo.make_dataset('{video-file-path}')
# save as csv
valo_df.to_csv('out-csv-path')
```
---
## License

This project is licensed under the MIT License. See the `LICENSE` file for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ikrfun/get_eyedata",
    "name": "get-eyedata",
    "maintainer": "ikrfun",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "t.nobuto130625@gmail.com",
    "keywords": "gaze game",
    "author": "ikrfun",
    "author_email": "t.nobuto130625@gmail.com",
    "download_url": "https://github.com/ikrfun/get_eyedata",
    "platform": null,
    "description": "# Get-eyedata\n\nthis library is an application that allows you to track objects in a video file and save the tracking data to pandas dataframe \n\n## Installation\n---\nyou can use pip to install get-eyedata.\n```bash\npip install get-eyedata\n```\n\n---\n\n## Usage\n\n### Preparing Recorded Data\n\nyou need video file which is recorded by OBS with original setting\n\nshow details ->\u3000https://github.com/ikrfun/get_eyedata/wiki/usage-en\n\nget OBS -> https://obsproject.com/ja/download\n\n---\n\n### When creating a dataset of actual facial images and their corresponding gaze coordinates \n\nTo use mekeing eye dataset, run the following command in your terminal\n\n```python\nfrom get_eyedata import valo\n\n# valo_df is pandas dataframe\nvalo_df = valo.make_dataset('{video-file-path}')\n# save as csv\nvalo_df.to_csv('out-csv-path')\n```\n---\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more information.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gat gaze data form record.",
    "version": "1.3.4",
    "project_urls": {
        "Download": "https://github.com/ikrfun/get_eyedata",
        "Homepage": "https://github.com/ikrfun/get_eyedata"
    },
    "split_keywords": [
        "gaze",
        "game"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b32ce6092e4848ba0f525389174df8fea61a5478e7deb3f873e6ba36441d6961",
                "md5": "41d074fc7d701b86b8ccc4ea76c5f44a",
                "sha256": "5a354bbd0c8890889c3c52f24a23a1083bf6f8cc5a91ae971972a6a6322f6d9e"
            },
            "downloads": -1,
            "filename": "get_eyedata-1.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41d074fc7d701b86b8ccc4ea76c5f44a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9050,
            "upload_time": "2023-07-04T08:02:17",
            "upload_time_iso_8601": "2023-07-04T08:02:17.838814Z",
            "url": "https://files.pythonhosted.org/packages/b3/2c/e6092e4848ba0f525389174df8fea61a5478e7deb3f873e6ba36441d6961/get_eyedata-1.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 08:02:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ikrfun",
    "github_project": "get_eyedata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "get-eyedata"
}
        
Elapsed time: 0.09099s