FrancescoSaverioZuppichini/glasses
A PyTorch computer vision library providing pretrained neural network architectures for image classification and segmentation tasks.

This repository is a deep learning computer vision library that implements a wide range of neural network architectures including Vision Transformers, EfficientNet, ResNeSt, DenseNet, MobileNet, and others. It offers pretrained models hosted on Hugging Face Hub for immediate use in classification and segmentation tasks. The library emphasizes readable, maintainable code with shared components and consistent APIs across all implemented models.