# icevision
**Repository Path**: eshoyuan/icevision
## Basic Information
- **Project Name**: icevision
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-03-12
- **Last Updated**: 2022-03-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
An Agnostic Computer Vision Framework
* * * * *
[](https://github.com/airctic/icevision/actions?query=workflow%3Atests)
[](https://airctic.com)
[](https://codecov.io/gh/airctic/icevision)
[](https://badge.fury.io/py/icevision)
[](https://pepy.tech/project/icevision)
[](https://github.com/psf/black)
[](https://github.com/airctic/icevision/blob/master/LICENSE)
[](https://discord.gg/2jqrwrQ)
* * * * *
IceVision is the first agnostic computer vision framework to offer a curated collection with hundreds of high-quality pre-trained models from [Torchvision](https://github.com/pytorch/vision), Open MMLab's [MMDetection](https://github.com/open-mmlab/mmdetection), Ultralytic's [YOLOv5](https://github.com/ultralytics/yolov5), Ross Wightman's [EfficientDet](https://github.com/rwightman/efficientdet-pytorch) and soon PyTorch Image Models. It orchestrates the end-to-end deep learning workflow allowing to train networks with easy-to-use robust high-performance libraries such as [PyTorch-Lightning](https://github.com/PyTorchLightning/pytorch-lightning) and [Fastai](https://github.com/fastai/fastai).
**IceVision Unique Features:**
- Data curation/cleaning with auto-fix
- Access to an exploratory data analysis dashboard
- Pluggable transforms for better model generalization
- Access to hundreds of neural net models
- Access to multiple training loop libraries
- Multi-task training to efficiently combine object detection, segmentation, and classification models
## Installation
```bash
pip install icevision[all]
```
For more installation options, check our [docs](https://airctic.com/0.7.0/install/).
**Important:** We currently only support Linux/MacOS.
## Quick Example: How to train the **Fridge Objects Dataset**


## Happy Learning!
If you need any assistance, feel free to:
[Join our Forum](https://discord.gg/JDBeZYK)