cansik commited on
Commit
73ee3d6
·
verified ·
1 Parent(s): 587c39c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -2
README.md CHANGED
@@ -1,5 +1,45 @@
 
 
 
 
 
 
 
 
 
1
  # Visiongraph Model Repository
2
 
3
- This is a model repository for the [visiongraph](https://github.com/cansik/visiongraph) library, containing models from various sources. The idea behind visiongraph is to provide reference implementations of computer vision machine learning networks for real-time inference. The models are downloaded as needed by visiongraph.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- Please be aware that each model is subject to its own license and conditions. Make sure to verify whether it is compliant with your application's use.
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - visiongraph
5
+ - computer-vision
6
+ - onnx
7
+ - openvino
8
+ ---
9
+
10
  # Visiongraph Model Repository
11
 
12
+ This repository contains model files used by [visiongraph](https://github.com/cansik/visiongraph), a library that provides reference implementations of computer vision machine learning networks for real-time inference.
13
+
14
+ The files in this repository are downloaded by visiongraph as needed. They are provided here as a centralized model storage location for the library.
15
+
16
+ ## Model licenses and attributions
17
+
18
+ Important: this repository contains model files from different sources. There is no single license that applies to all model files in this repository.
19
+
20
+ 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.
21
+
22
+ For details, see:
23
+
24
+ - [MODEL_ATTRIBUTIONS.md](./MODEL_ATTRIBUTIONS.md) - overview of model files, their original sources, and their licenses
25
+ - [licenses/](./licenses) - copied license texts for the included model sources
26
+
27
+ The presence of a model file in this repository does not grant additional rights beyond the rights provided by that model's original license.
28
+
29
+ ## Intended use
30
+
31
+ This repository is intended to be used by visiongraph as a download source for supported computer vision models.
32
+
33
+ Typical use:
34
+
35
+ 1. Install and use the visiongraph library.
36
+ 2. Select a supported model in visiongraph.
37
+ 3. visiongraph downloads the required model files from this repository when needed.
38
+
39
+ For library usage, documentation, and source code, see the main project:
40
+
41
+ [https://github.com/cansik/visiongraph](https://github.com/cansik/visiongraph)
42
+
43
+ ## Disclaimer
44
 
45
+ 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.