Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ datasets:
|
|
| 12 |
|
| 13 |
# VisionQC EfficientAD-medium for VisA/pcb1
|
| 14 |
|
|
|
|
|
|
|
| 15 |
EfficientAD-medium anomaly detection checkpoint trained with Anomalib 2.6.0
|
| 16 |
on the `pcb1` category of VisA.
|
| 17 |
|
|
@@ -57,11 +59,22 @@ batch-size-1 EfficientAD baseline.
|
|
| 57 |
|
| 58 |
## Loading
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
```bash
|
| 63 |
-
visionqc evaluate
|
|
|
|
| 64 |
```
|
| 65 |
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# VisionQC EfficientAD-medium for VisA/pcb1
|
| 14 |
|
| 15 |
+
[](https://github.com/pnthang04/VisionQC)
|
| 16 |
+
|
| 17 |
EfficientAD-medium anomaly detection checkpoint trained with Anomalib 2.6.0
|
| 18 |
on the `pcb1` category of VisA.
|
| 19 |
|
|
|
|
| 59 |
|
| 60 |
## Loading
|
| 61 |
|
| 62 |
+
Download the checkpoint:
|
| 63 |
+
|
| 64 |
+
```bash
|
| 65 |
+
hf download thangkt/visionqc-efficientad-medium-pcb1 model-best.ckpt \
|
| 66 |
+
--local-dir weights/efficientad-medium-pcb1
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
Use it with the VisionQC project and Anomalib 2.6.0:
|
| 70 |
|
| 71 |
```bash
|
| 72 |
+
visionqc evaluate \
|
| 73 |
+
--checkpoint weights/efficientad-medium-pcb1/model-best.ckpt
|
| 74 |
```
|
| 75 |
|
| 76 |
+
## Links
|
| 77 |
+
|
| 78 |
+
- Source: https://github.com/pnthang04/VisionQC
|
| 79 |
+
- Multi-GPU training PR: https://github.com/pnthang04/VisionQC/pull/1
|
| 80 |
+
- Model repository: https://huggingface.co/thangkt/visionqc-efficientad-medium-pcb1
|