Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Pre-trained Neural API Networks (Models)
|
| 2 |
This repository contains pre-trained neural network models for the [CAI neural API](https://github.com/joaopauloschuler/neural-api).
|
| 3 |
|
|
@@ -128,5 +133,4 @@ The NN is run with plenty of tricks specific for computer vision with:
|
|
| 128 |
The output of the neural network is placed at `vOutput`. The actual predicted class can be found with:
|
| 129 |
```
|
| 130 |
vOutput.GetClass()
|
| 131 |
-
```
|
| 132 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
# Pre-trained Neural API Networks (Models)
|
| 7 |
This repository contains pre-trained neural network models for the [CAI neural API](https://github.com/joaopauloschuler/neural-api).
|
| 8 |
|
|
|
|
| 133 |
The output of the neural network is placed at `vOutput`. The actual predicted class can be found with:
|
| 134 |
```
|
| 135 |
vOutput.GetClass()
|
| 136 |
+
```
|
|
|