Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ python src/demo.py \
|
|
46 |
--img_path imgs/DTD_cracked_0004.jpg \ # change to your image path if needed
|
47 |
--cfg configs/beit-base-p16_224px.py \
|
48 |
--checkpoint pretrain/beitv2-base_3rdparty_in1k_20221114-73e11905.pth \
|
49 |
-
--
|
50 |
--id_train_feature data/imagenet_train.pkl \
|
51 |
--id_val_feature data/imagenet_test.pkl \
|
52 |
--methods MSP MaxLogit Energy Energy+React ViM Residual GradNorm Mahalanobis
|
|
|
46 |
--img_path imgs/DTD_cracked_0004.jpg \ # change to your image path if needed
|
47 |
--cfg configs/beit-base-p16_224px.py \
|
48 |
--checkpoint pretrain/beitv2-base_3rdparty_in1k_20221114-73e11905.pth \
|
49 |
+
--fc data/fc.pkl \
|
50 |
--id_train_feature data/imagenet_train.pkl \
|
51 |
--id_val_feature data/imagenet_test.pkl \
|
52 |
--methods MSP MaxLogit Energy Energy+React ViM Residual GradNorm Mahalanobis
|