unav


Nameunav JSON
Version 0.1.40 PyPI version JSON
download
home_pagehttps://github.com/yourusername/UNav
SummaryUNav is designed for helping navigation of visually impaired people
upload_time2024-07-01 20:33:55
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UNav

UNav is designed for helping navigation of visually impaired people. It leverages various features and algorithms to provide accurate localization and navigation assistance.

## Features

- **Global Feature Extraction**: Using NetVLAD for image-based localization.
- **Local Feature Extraction**: Using SuperPoint and SuperGlue for detailed image matching.
- **Navigation and Localization**: Combines global and local features for accurate navigation.

## Developer Installation

To install UNav as a developer, follow these steps:

### Prerequisites

- Python 3.6 or higher
- Cython
- NumPy
- PyTorch
- OpenCV
- h5py
- scikit-image

### Instructions

1. Clone the repository:
    ```bash
    git clone https://github.com/ai4ce/UNav_Server.git
    cd UNav_Server
    ```

2. Build the Cython extensions in place:
    ```bash
    python setup_so.py build_ext --inplace
    ```

3. Create the source distribution and wheel:
    ```bash
    python setup.py sdist bdist_wheel
    ```

4. Upload the package to PyPI:
    ```bash
    twine upload --verbose dist/*
    ```

## User Installation

Users can directly install UNav from PyPI:

```bash
pip install unav

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/UNav",
    "name": "unav",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/70/e0/950ba797725bb10558983d14273d751068d53770efd398a7ea13ff17fbea/unav-0.1.40.tar.gz",
    "platform": null,
    "description": "# UNav\n\nUNav is designed for helping navigation of visually impaired people. It leverages various features and algorithms to provide accurate localization and navigation assistance.\n\n## Features\n\n- **Global Feature Extraction**: Using NetVLAD for image-based localization.\n- **Local Feature Extraction**: Using SuperPoint and SuperGlue for detailed image matching.\n- **Navigation and Localization**: Combines global and local features for accurate navigation.\n\n## Developer Installation\n\nTo install UNav as a developer, follow these steps:\n\n### Prerequisites\n\n- Python 3.6 or higher\n- Cython\n- NumPy\n- PyTorch\n- OpenCV\n- h5py\n- scikit-image\n\n### Instructions\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/ai4ce/UNav_Server.git\n    cd UNav_Server\n    ```\n\n2. Build the Cython extensions in place:\n    ```bash\n    python setup_so.py build_ext --inplace\n    ```\n\n3. Create the source distribution and wheel:\n    ```bash\n    python setup.py sdist bdist_wheel\n    ```\n\n4. Upload the package to PyPI:\n    ```bash\n    twine upload --verbose dist/*\n    ```\n\n## User Installation\n\nUsers can directly install UNav from PyPI:\n\n```bash\npip install unav\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "UNav is designed for helping navigation of visually impaired people",
    "version": "0.1.40",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/UNav"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da5e6f6a2b1c65279f1a510c120cefdbc8f7d82802c5f76d2431a6804badc7b9",
                "md5": "afca65a97bc12f308e42282b2010f960",
                "sha256": "97383a88cd4a7384a452f85f7f83bf5901015f3bd3bc83c0cdf07ca8dce31dde"
            },
            "downloads": -1,
            "filename": "unav-0.1.40-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afca65a97bc12f308e42282b2010f960",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3683490,
            "upload_time": "2024-07-01T20:33:52",
            "upload_time_iso_8601": "2024-07-01T20:33:52.566589Z",
            "url": "https://files.pythonhosted.org/packages/da/5e/6f6a2b1c65279f1a510c120cefdbc8f7d82802c5f76d2431a6804badc7b9/unav-0.1.40-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e0950ba797725bb10558983d14273d751068d53770efd398a7ea13ff17fbea",
                "md5": "bc36b1563830f29f1bd5e1f78e9d48b1",
                "sha256": "8c7021acced55530070f382a7888d90efca2babaa5815790c66350d8b4942541"
            },
            "downloads": -1,
            "filename": "unav-0.1.40.tar.gz",
            "has_sig": false,
            "md5_digest": "bc36b1563830f29f1bd5e1f78e9d48b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3634107,
            "upload_time": "2024-07-01T20:33:55",
            "upload_time_iso_8601": "2024-07-01T20:33:55.720981Z",
            "url": "https://files.pythonhosted.org/packages/70/e0/950ba797725bb10558983d14273d751068d53770efd398a7ea13ff17fbea/unav-0.1.40.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 20:33:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "UNav",
    "github_not_found": true,
    "lcname": "unav"
}
        
Elapsed time: 0.26732s