Metadata-Version: 2.4
Name: unreflectanything
Version: 0.1.0
Summary: Deep learning method for removing specular reflections from RGB images.
Author: UnReflectAnything maintainers
License: See repository for licensing details.
Project-URL: Homepage, https://github.com/alberto-rota/UnReflectAnything
Project-URL: Repository, https://github.com/alberto-rota/UnReflectAnything
Project-URL: Issues, https://github.com/alberto-rota/UnReflectAnything/issues
Keywords: computer vision,specular removal,reflection removal,deep learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.2
Requires-Dist: torchvision>=0.17
Requires-Dist: transformers>=4.44
Requires-Dist: einops>=0.7
Requires-Dist: kornia>=0.7
Requires-Dist: numpy>=1.24
Requires-Dist: opencv-python>=4.8
Requires-Dist: scipy>=1.10
Requires-Dist: scikit-image>=0.22
Requires-Dist: pillow>=9.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: dotmap>=1.3
Requires-Dist: tqdm>=4.64
Requires-Dist: python-dotenv>=1.0
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: twine>=5.1; extra == "dev"
