{ "info": { "author": "Eugenio Nurrito", "author_email": "eugi90@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description\n===========\n\n``scatnetgpu`` is a module to compute the Scattering Network\nrepresentation [1] of an image using the power of a CUDA capable GPU.\n\nThe output of the computation is compatible with the software\n`scatnet `__.\n\nRequirements\n============\n\n- Python 2.7 (not tested yet with Python 3.x)\n- A CUDA capable GPU with `CUDA\n toolkit `__ correctly\n installed\n\nInstallation\n============\n\nJust run:\n\n.. code:: bash\n\n $ pip install scatnetgpu\n\nAlternatively, clone the repository and run:\n\n.. code:: bash\n\n $ pip install .\n\nQuickstart\n==========\n\nLoad or create an image as a Numpy's ndarray. Here we load an image with\nOpenCV:\n\n.. code:: python\n\n import cv2\n img = cv2.imread('image.png')\n\nCreate the ScatNet object:\n\n.. code:: python\n\n from scatnetgpu import ScatNet\n sn = ScatNet(M=2, J=4, L=6)\n\nPerform the actual transformation\n\n.. code:: python\n\n out = sn.transform(img)\n\nNow ``out`` contains the features of the Scattering Network\nrepresentation of ``img``.\n\nReferences\n==========\n\n[1] Bruna, Joan, and St\u00e9phane Mallat. \"Invariant scattering convolution\nnetworks.\" IEEE transactions on pattern analysis and machine\nintelligence 35.8 (2013): 1872-1886.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/oinegue/scatnetgpu", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "scatnetgpu", "package_url": "https://pypi.org/project/scatnetgpu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scatnetgpu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/oinegue/scatnetgpu" }, "release_url": "https://pypi.org/project/scatnetgpu/1.1/", "requires_dist": null, "requires_python": null, "summary": "Scattering Network for Python and CUDA", "version": "1.1" }, "last_serial": 2726352, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5c1d33ff42f03eb959da6af740b4601d", "sha256": "2a84d739de75193ba8bbcb9be809658d50411ed8339eaeaafd399d69b25a7b33" }, "downloads": -1, "filename": "scatnetgpu-1.0.tar.gz", "has_sig": false, "md5_digest": "5c1d33ff42f03eb959da6af740b4601d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8255, "upload_time": "2016-11-21T16:26:15", "url": "https://files.pythonhosted.org/packages/5b/50/aa3165764bfe60b4ab19ab22da24499ce507a8a47fe3aa6676b086c3b2b7/scatnetgpu-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "4a5810371c7434e17c2b9900b46f973a", "sha256": "163e3b9629b380322d576a94d912306d05f8407e91892e4917b1520a4fd1bbb3" }, "downloads": -1, "filename": "scatnetgpu-1.1.tar.gz", "has_sig": false, "md5_digest": "4a5810371c7434e17c2b9900b46f973a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9186, "upload_time": "2017-03-23T17:10:02", "url": "https://files.pythonhosted.org/packages/fc/03/1751da6cea353eaff81cacb7dcff8b8aebc179969b9ad64e0b39fd9a9320/scatnetgpu-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a5810371c7434e17c2b9900b46f973a", "sha256": "163e3b9629b380322d576a94d912306d05f8407e91892e4917b1520a4fd1bbb3" }, "downloads": -1, "filename": "scatnetgpu-1.1.tar.gz", "has_sig": false, "md5_digest": "4a5810371c7434e17c2b9900b46f973a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9186, "upload_time": "2017-03-23T17:10:02", "url": "https://files.pythonhosted.org/packages/fc/03/1751da6cea353eaff81cacb7dcff8b8aebc179969b9ad64e0b39fd9a9320/scatnetgpu-1.1.tar.gz" } ] }