Wolowolo commited on
Commit
f9e6942
·
verified ·
1 Parent(s): 562289c

Create experiments_test/README.md

Browse files
finetuned_models/FF++_DF_c23_32frames/experiments_test/README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Script of testing fine-tuned FSFM-3C model (ViT) for evaluation of unseen diffusion facial forgery detection
2
+
3
+ ```
4
+ CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=1 main_test_DiFF.py \
5
+ --normalize_from_IMN \
6
+ --apply_simple_augment \
7
+ --eval \
8
+ --model vit_base_patch16 \
9
+ --nb_classes 2 \
10
+ --batch_size 320 \
11
+ --resume ./checkpoint/finetuned_models/FF++_DF_c23_32frames \
12
+ --output_dir ./checkpoint/finetuned_models/FF++_DF_c23_32frames/experiments_test
13
+ ```