Visiongraph Model Repository
This repository contains model files used by visiongraph, a library that provides reference implementations of computer vision machine learning networks for real-time inference.
The files in this repository are downloaded by visiongraph as needed. They are provided here as a centralized model storage location for the library.
Model licenses and attributions
Important: this repository contains model files from different sources. There is no single license that applies to all model files in this repository.
Each model file is subject to the license, terms, and conditions of its original author or source project. Before using any model from this repository, make sure that the corresponding license allows your intended use, especially for commercial, research, redistribution, or production use cases.
For details, see:
- MODEL_ATTRIBUTIONS.md - overview of model files, their original sources, and their licenses
- licenses/ - copied license texts for the included model sources
The presence of a model file in this repository does not grant additional rights beyond the rights provided by that model's original license.
Intended use
This repository is intended to be used by visiongraph as a download source for supported computer vision models.
Typical use:
- Install and use the visiongraph library.
- Select a supported model in visiongraph.
- visiongraph downloads the required model files from this repository when needed.
For library usage, documentation, and source code, see the main project:
https://github.com/cansik/visiongraph
Disclaimer
The model files are provided for convenience. Please verify the license, attribution requirements, and usage restrictions of each model before using it in your application.