Orienter / evaluation /our_context_eval.sh
stereoid's picture
Add files using upload-large-folder tool
6d35aff verified
Raw
History Blame Contribute Delete
1.15 kB
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