File size: 1,146 Bytes
6d35aff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
python context_eval.py -g ./gts/context/context/cat.json \
                        -p ./results/ours/${SEM_PRED}_cat.json \
                        -o ./eval_context/results/${SEM_PRED}@0.75.csv \
                        -i 0.75

python context_eval.py -g ./gts/context/context/cat.json \
                        -p ./results/ours/${SEM_PRED}_cat.json \
                        -o ./eval_context/results/${SEM_PRED}@0.80.csv \
                        -i 0.8

python context_eval.py -g ./gts/context/context/cat.json \
                        -p ./results/ours/${SEM_PRED}_cat.json \
                        -o ./eval_context/results/${SEM_PRED}@0.85.csv \
                        -i 0.85

python context_eval.py -g ./gts/context/context/cat.json \
                        -p ./results/ours/${SEM_PRED}_cat.json \
                        -o ./eval_context/results/${SEM_PRED}@0.90.csv \
                        -i 0.9

python context_eval.py -g ./gts/context/context/cat.json \
                        -p ./results/ours/${SEM_PRED}_cat.json \
                        -o ./eval_context/results/${SEM_PRED}@0.95.csv \
                        -i 0.95