{ "info": { "author": "Despoina Paschalidou", "author_email": "despoina.paschalidou@tue.mpg.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering" ], "description": "RayNet\n======\n\nThis python pachage provides the code that accompanies our CVPR 2018 paper with\ntitle **RayNet: Learning Volumetric 3D Reconstruction with Ray Potentials**.\n\nDependencies & Installation\n---------------------------\n\nNormally, a ``pip install raynet`` should suffice to use our code.\n\nIf you already have a functional Keras installation there are not much left to\ninstall :-)\n\n* ``Keras`` > 2\n* ``Tensorflow``\n* ``Cython``\n* ``PyCuda``\n* ``backports.functools_lru_cache``\n* ``imageio``\n* ``googleapiclient``\n* ``numpy``\n* ``matplotlib``\n\nDepending on how you want to use our code, there are two alternatives regarding\ninstallation. You can either use a package manager or download and install the\nlibrary manually. For those who just want to use the library we recommend to\ndirectly install the latest version from *PyPI*, whereas for those who want to\nbe able to edit the code we recommend to install the library manually.\n\n\n* *Install from Pypi with:*\n\n.. code:: bash\n\n pip install --user raynet\n\n* *Install manually:*\n\nClone the `latest version `__ of the library and run\n\n.. code:: bash\n\n # Clone the repository\n git clone git@github.com:paschalidoud/raynet.git\n cd raynet\n # Local installation in development mode\n pip install --user -e .\n\nDocumentation\n-------------\n\nThe dedicated documentation page can be found in our `documentation site `__ but you can also read the\n`source code `__ to get an\nidea of how our code can be used. If you have any question regarding the code\nplease contact `Despoina Paschalidou `__.\n\nContribution\n------------\n\nContributions such as bug fixes, bug reports, suggestions etc. are more than\nwelcome and should be submitted in the form of new issues and/or pull requests\non Github.\n\nRelevant Research\n-----------------\n\nBelow we list some papers that are relevant to the provided code.\n\n**Ours**\n\n* RayNet: Learning Volumetric 3D Reconstruction with Ray Potentials [`pdf `__]\n\n**By Others**\n\n* Towards Probabilistic Volumetric Reconstruction using Ray Potentials [`pdf `__]\n* Patches, Planes and Probabilities: A Non-local Prior for Volumetric 3D Reconstruction [`pdf `__]\n* Semantic Multi-view Stereo: Jointly Estimating Objects and Voxels [`pdf `__]\n* Learned Multi Patch Similarity [`pdf `__]\n* SurfaceNet: An End-to-end 3D Neural Network for Multiview Stereopsis [`pdf `__]\n\nCitation\n--------\nIf you are using our code, please cite `our paper `__.The BibTeX reference is::\n\n @InProceedings{Paschalidou_2018_CVPR,\n author = {Paschalidou, Despoina and Ulusoy, Osman and Schmitt, Carolin and Van Gool, Luc and Geiger, Andreas},\n title = {RayNet: Learning Volumetric 3D Reconstruction With Ray Potentials},\n booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},\n month = {June},\n year = {2018}\n }\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://raynet-mvs.com/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "raynet", "package_url": "https://pypi.org/project/raynet/", "platform": "", "project_url": "https://pypi.org/project/raynet/", "project_urls": { "Homepage": "http://raynet-mvs.com/" }, "release_url": "https://pypi.org/project/raynet/0.2/", "requires_dist": null, "requires_python": "", "summary": "RayNet implements an end to end trainable 3D reconstruction system", "version": "0.2" }, "last_serial": 4121240, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "160b06d238f57be969a5696d0df7b245", "sha256": "f89fd4544454ddbe58f1746d61c21ccc26ee8ead7ebaeb6a51760491f23a4027" }, "downloads": -1, "filename": "raynet-0.2.tar.gz", "has_sig": false, "md5_digest": "160b06d238f57be969a5696d0df7b245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85429, "upload_time": "2018-07-31T17:03:26", "url": "https://files.pythonhosted.org/packages/29/05/aa54f689d6cd4dea765132b97051e3e0b57d2e64753cc005e5a928eff191/raynet-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "160b06d238f57be969a5696d0df7b245", "sha256": "f89fd4544454ddbe58f1746d61c21ccc26ee8ead7ebaeb6a51760491f23a4027" }, "downloads": -1, "filename": "raynet-0.2.tar.gz", "has_sig": false, "md5_digest": "160b06d238f57be969a5696d0df7b245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85429, "upload_time": "2018-07-31T17:03:26", "url": "https://files.pythonhosted.org/packages/29/05/aa54f689d6cd4dea765132b97051e3e0b57d2e64753cc005e5a928eff191/raynet-0.2.tar.gz" } ] }