Skip to content

Commit bbeb20f

Browse files
committed
mixed minor spelling errors and addressed issue#3
1 parent b64be47 commit bbeb20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ allows you to log all training & test performances online to Weights-and-Biases
142142
(<https://wandb.ai>). To use that, include the `--log_online` flag and provide your W&B key in
143143
`run_patchcore.py > --log_wandb_key`.
144144

145-
Finally, due to the effectiveness and efficienty of PatchCore, we also incorporate the option to use
145+
Finally, due to the effectiveness and efficiency of PatchCore, we also incorporate the option to use
146146
an ensemble of backbone networks and network featuremaps. For this, provide the list of backbones to
147147
use (as listed in `/src/anomaly_detection/backbones.py`) with `-b <backbone` and, given their
148148
ordering, denote the layers to extract with `-le idx.<layer_name>`. An example with three different
@@ -174,7 +174,7 @@ in `dataset_flags`. Results will then be stored in `savefolder`. Example model &
174174

175175
```shell
176176
model_flags=('-p', 'path_to_mvtec_bottle_patchcore_model', '-p', 'path_to_mvtec_cable_patchcore_model', ...)
177-
dataset_flgas=('-d', 'bottle', '-d', 'cable', ...)
177+
dataset_flags=('-d', 'bottle', '-d', 'cable', ...)
178178
```
179179

180180
### Expected performance of pretrained models

0 commit comments

Comments
 (0)