JingyaoLi commited on
Commit
cac7406
·
1 Parent(s): 98c5590

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- --fc_save_path 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
 
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