laneatt


Namelaneatt JSON
Version 2.4.5 PyPI version JSON
download
home_pagehttps://github.com/PaoloReyes/RealTime-LaneATT
SummaryA package to detect lane lines in images and videos
upload_time2024-11-23 06:43:55
maintainerNone
docs_urlNone
authorPaolo Reyes
requires_pythonNone
licenseMIT
keywords lanes ai greenhouse regression machine learning laneatt delimitations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
  LaneATT is a Python library for detecting lanes from images or videos, utilizing a state-of-the-art deep neural network. It is designed to be efficient and accurate, making it suitable for real-world applications such as autonomous vehicles, robotics, and surveillance systems.

  Features:
      Lane Detection: Accurate lane detection using a cutting-edge deep learning model
      Image/Video Support: Supports both image and video input formats
      Configurable Model: Customize the model architecture through configuration files
      ModelCheckpointing: Automatically saves model checkpoints at regular intervals
      Inference Speed: Optimized for fast inference on GPUs, ideal for real-time applications

  Usage:
      LaneATT can be used in various scenarios, such as:
          Autonomous Vehicles: Lane detection is crucial for self-driving cars to navigate roads safely.
          Surveillance Systems: Lane detection can be used to improve the accuracy of traffic monitoring systems.
          Robotics: Lane detection can help robots navigate through environments with lanes.

  To install LaneATT, run:

  pip install laneatt

  For more information, please visit [github repo](https://github.com/PaoloReyes/RealTime-LaneATT).
  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PaoloReyes/RealTime-LaneATT",
    "name": "laneatt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Lanes, AI, Greenhouse, Regression, Machine Learning, LaneATT, Delimitations",
    "author": "Paolo Reyes",
    "author_email": "paolo.alfonso.reyes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/74/4a9a0f26264448867781a4c8119ac9fc7e44a6eb73486ad03261a6ca94d1/laneatt-2.4.5.tar.gz",
    "platform": null,
    "description": "\n  LaneATT is a Python library for detecting lanes from images or videos, utilizing a state-of-the-art deep neural network. It is designed to be efficient and accurate, making it suitable for real-world applications such as autonomous vehicles, robotics, and surveillance systems.\n\n  Features:\n      Lane Detection: Accurate lane detection using a cutting-edge deep learning model\n      Image/Video Support: Supports both image and video input formats\n      Configurable Model: Customize the model architecture through configuration files\n      ModelCheckpointing: Automatically saves model checkpoints at regular intervals\n      Inference Speed: Optimized for fast inference on GPUs, ideal for real-time applications\n\n  Usage:\n      LaneATT can be used in various scenarios, such as:\n          Autonomous Vehicles: Lane detection is crucial for self-driving cars to navigate roads safely.\n          Surveillance Systems: Lane detection can be used to improve the accuracy of traffic monitoring systems.\n          Robotics: Lane detection can help robots navigate through environments with lanes.\n\n  To install LaneATT, run:\n\n  pip install laneatt\n\n  For more information, please visit [github repo](https://github.com/PaoloReyes/RealTime-LaneATT).\n  \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to detect lane lines in images and videos",
    "version": "2.4.5",
    "project_urls": {
        "Download": "https://github.com/PaoloReyes/RealTime-LaneATT/archive/refs/tags/LaneATT-v2.4.tar.gz",
        "Homepage": "https://github.com/PaoloReyes/RealTime-LaneATT"
    },
    "split_keywords": [
        "lanes",
        " ai",
        " greenhouse",
        " regression",
        " machine learning",
        " laneatt",
        " delimitations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94744a9a0f26264448867781a4c8119ac9fc7e44a6eb73486ad03261a6ca94d1",
                "md5": "0c6c63d5924bd98c00beff60f46d157c",
                "sha256": "66cc8a5cdfd08919dc2d28e9718ae229d18295585159f5e2508216545cefa42e"
            },
            "downloads": -1,
            "filename": "laneatt-2.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0c6c63d5924bd98c00beff60f46d157c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26348,
            "upload_time": "2024-11-23T06:43:55",
            "upload_time_iso_8601": "2024-11-23T06:43:55.363367Z",
            "url": "https://files.pythonhosted.org/packages/94/74/4a9a0f26264448867781a4c8119ac9fc7e44a6eb73486ad03261a6ca94d1/laneatt-2.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-23 06:43:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PaoloReyes",
    "github_project": "RealTime-LaneATT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "laneatt"
}
        
Elapsed time: 0.37816s