# 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
logo

An Agnostic Computer Vision Framework

* * * * * [![tests](https://github.com/airctic/icevision/workflows/tests/badge.svg?event=push)](https://github.com/airctic/icevision/actions?query=workflow%3Atests) [![docs](https://github.com/airctic/icevision/workflows/docs/badge.svg)](https://airctic.com) [![codecov](https://codecov.io/gh/airctic/icevision/branch/master/graph/badge.svg)](https://codecov.io/gh/airctic/icevision) [![PyPI version](https://badge.fury.io/py/icevision.svg)](https://badge.fury.io/py/icevision) [![Downloads](https://pepy.tech/badge/icevision)](https://pepy.tech/project/icevision) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/airctic/icevision/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/735877944085446747?label=Discord&logo=Discord)](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** Open In Colab ![image](images/icevision-readme.png) ![image](images/icevision-end-to-end-training.gif) ## Happy Learning! If you need any assistance, feel free to: [Join our Forum](https://discord.gg/JDBeZYK)