#286 · Primary category: Computer Vision

icevision

ai annotation-parsers coco-dataset coco-parser computer-vision deep-learning effecientdet fastai faster-rcnn mask-rcnn object-detection pycocotools python pytorch pytorch-lightning tutorials voc-dataset voc-parser

An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come

Project last updated:11/26/24

GitHub Stars

867

Forks

146

Contributors

41

License

Apache-2.0

Why we included this project

IceVision does not tie you to a single training library. It puts COCO, VOC, and other annotation formats behind one consistent Python API, with bundled parsers and transforms, and hands the pipeline to either Fastai or PyTorch-Lightning, so switching frameworks does not mean rewriting your data-loading code. Pretrained weights from several model collections are reachable through the same interface, which makes comparing architectures surprisingly easy. The dataset inspection dashboard and automated cleaning helpers catch bad labels and file problems before training starts, a real time-saver on messy real-world data. It also supports multi-task training, so detection, segmentation, and classification heads can run together, which suits research teams and anyone building custom detection pipelines who would rather not assemble all the pieces by hand.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category