thangkt commited on
Commit
2e7b979
·
verified ·
1 Parent(s): 03a7830

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -4
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
- Use this checkpoint with the VisionQC project and Anomalib 2.6.0:
 
 
 
 
 
 
 
61
 
62
  ```bash
63
- visionqc evaluate --checkpoint /path/to/model-best.ckpt
 
64
  ```
65
 
66
- The corresponding source project is available at
67
- https://github.com/pnthang04/VisionQC.
 
 
 
 
12
 
13
  # VisionQC EfficientAD-medium for VisA/pcb1
14
 
15
+ [![GitHub](https://img.shields.io/badge/GitHub-VisionQC-181717?logo=github)](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