Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# VAAS: Vision-Attention Anomaly Scoring
|
| 2 |
|
| 3 |
## Model Summary
|
|
@@ -67,6 +71,9 @@ GPU usage is recommended for faster processing but is not required.
|
|
| 67 |
VAAS is distributed as a lightweight inference library.
|
| 68 |
Users must install **PyTorch** separately to match their system (CPU or GPU).
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
### 1. Install PyTorch
|
| 71 |
|
| 72 |
Follow the official PyTorch installation guide for your platform:
|
|
@@ -77,7 +84,6 @@ Follow the official PyTorch installation guide for your platform:
|
|
| 77 |
```bash
|
| 78 |
pip install vaas
|
| 79 |
```
|
| 80 |
-
|
| 81 |
---
|
| 82 |
|
| 83 |
## Usage
|
|
@@ -197,4 +203,4 @@ MIT License
|
|
| 197 |
## Maintainers
|
| 198 |
|
| 199 |
**OBA-Research**
|
| 200 |
-
[https://huggingface.co/OBA-Research](https://huggingface.co/OBA-Research)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
---
|
| 5 |
# VAAS: Vision-Attention Anomaly Scoring
|
| 6 |
|
| 7 |
## Model Summary
|
|
|
|
| 71 |
VAAS is distributed as a lightweight inference library.
|
| 72 |
Users must install **PyTorch** separately to match their system (CPU or GPU).
|
| 73 |
|
| 74 |
+
*This model was produced using `vaas==0.1.6`, but newer versions of VAAS
|
| 75 |
+
may also be compatible for inference.*
|
| 76 |
+
|
| 77 |
### 1. Install PyTorch
|
| 78 |
|
| 79 |
Follow the official PyTorch installation guide for your platform:
|
|
|
|
| 84 |
```bash
|
| 85 |
pip install vaas
|
| 86 |
```
|
|
|
|
| 87 |
---
|
| 88 |
|
| 89 |
## Usage
|
|
|
|
| 203 |
## Maintainers
|
| 204 |
|
| 205 |
**OBA-Research**
|
| 206 |
+
[https://huggingface.co/OBA-Research](https://huggingface.co/OBA-Research)
|