Skip to content
Snippets Groups Projects
Commit 9a608ec1 authored by Anjith GEORGE's avatar Anjith GEORGE
Browse files

remove traces of evaluate.py

parent 2fb6d454
Branches
Tags
1 merge request!105Doc fix
Pipeline #42762 passed
...@@ -119,13 +119,13 @@ following command: ...@@ -119,13 +119,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "LBP features of facial region + SVM classifier + REPLAY-ATTACK database" \ --legends "LBP features of facial region + SVM classifier + REPLAY-ATTACK database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for `replayattack`_ database are summarized in the Table below: The EER/HTER errors for `replayattack`_ database are summarized in the Table below:
...@@ -167,13 +167,13 @@ following command: ...@@ -167,13 +167,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "IQM features of facial region + SVM classifier + REPLAY-ATTACK database" \ --legends "IQM features of facial region + SVM classifier + REPLAY-ATTACK database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for `replayattack`_ database are summarized in the Table below: The EER/HTER errors for `replayattack`_ database are summarized in the Table below:
...@@ -214,13 +214,13 @@ following command: ...@@ -214,13 +214,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "10 features for each window in Frame Differences + SVM classifier + REPLAY-ATTACK database" \ --legends "10 features for each window in Frame Differences + SVM classifier + REPLAY-ATTACK database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for `replayattack`_ database are summarized in the Table below: The EER/HTER errors for `replayattack`_ database are summarized in the Table below:
...@@ -270,13 +270,13 @@ following command: ...@@ -270,13 +270,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "LBP features of facial region + SVM classifier + Replay-Mobile database" \ --legends "LBP features of facial region + SVM classifier + Replay-Mobile database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below: The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below:
...@@ -318,13 +318,13 @@ following command: ...@@ -318,13 +318,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "IQM features of facial region + SVM classifier + Replay-Mobile database" \ --legends "IQM features of facial region + SVM classifier + Replay-Mobile database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below: The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below:
...@@ -366,13 +366,13 @@ following command: ...@@ -366,13 +366,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "10 features for each window in Frame Differences + SVM classifier + Replay-Mobile database" \ --legends "10 features for each window in Frame Differences + SVM classifier + Replay-Mobile database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below: The EER/HTER errors for the `Replay-Mobile`_ database are summarized in the Table below:
...@@ -422,13 +422,13 @@ following command: ...@@ -422,13 +422,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "LBP features of facial region + SVM classifier + MSU MFSD database" \ --legends "LBP features of facial region + SVM classifier + MSU MFSD database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below: The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below:
...@@ -470,13 +470,13 @@ following command: ...@@ -470,13 +470,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "IQM features of facial region + SVM classifier + MSU MFSD database" \ --legends "IQM features of facial region + SVM classifier + MSU MFSD database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below: The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below:
...@@ -518,13 +518,13 @@ following command: ...@@ -518,13 +518,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "10 features for each window in Frame Differences + SVM classifier + MSU MFSD database" \ --legends "10 features for each window in Frame Differences + SVM classifier + MSU MFSD database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below: The EER/HTER errors for the `MSU MFSD`_ database are summarized in the Table below:
...@@ -576,13 +576,13 @@ following command: ...@@ -576,13 +576,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "LBP features of facial region + SVM classifier + Aggregated database" \ --legends "LBP features of facial region + SVM classifier + Aggregated database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
...@@ -623,13 +623,13 @@ following command: ...@@ -623,13 +623,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "IQM features of facial region + SVM classifier + Aggregated database" \ --legends "IQM features of facial region + SVM classifier + Aggregated database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
...@@ -670,13 +670,13 @@ following command: ...@@ -670,13 +670,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "10 features for each window in Frame Differences + SVM classifier + Aggregated Db" \ --legends "10 features for each window in Frame Differences + SVM classifier + Aggregated Db" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
...@@ -718,13 +718,13 @@ following command: ...@@ -718,13 +718,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "LBP features of facial region + SVM classifier + MIFS database" \ --legends "LBP features of facial region + SVM classifier + MIFS database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the MIFS database are summarized in the Table below: The EER/HTER errors for the MIFS database are summarized in the Table below:
...@@ -752,13 +752,13 @@ following command: ...@@ -752,13 +752,13 @@ following command:
.. code-block:: sh .. code-block:: sh
evaluate.py \ bob pad evaluate \
--dev-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-dev \
--eval-files <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \ <PATH_TO_STORE_THE_RESULTS>/grandtest/scores/scores-eval \
--legends "IQM features of facial region + SVM classifier + MIFS database" \ --legends "IQM features of facial region + SVM classifier + MIFS database" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the MIFS database are summarized in the Table below: The EER/HTER errors for the MIFS database are summarized in the Table below:
......
...@@ -142,25 +142,16 @@ following command: ...@@ -142,25 +142,16 @@ following command:
.. code-block:: sh .. code-block:: sh
./bin/evaluate.py \ bob pad evaluate \
--dev-files \ <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/grandtest/scores/scores-{dev,eval} \
<PATH_TO_STORE_THE_RESULTS_1>/grandtest/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_2>/grandtest/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_3>/grandtest/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_4>/grandtest/scores/scores-dev \
--eval-files \
<PATH_TO_STORE_THE_RESULTS_1>/grandtest/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_2>/grandtest/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_3>/grandtest/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_4>/grandtest/scores/scores-eval \
--legends \ --legends \
"IQM + one-class GMM + Aggregated Db" \ "IQM + one-class GMM + Aggregated Db" \
"IQM + one-class SVM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \
"IQM + two-class LR + Aggregated Db" \ "IQM + two-class LR + Aggregated Db" \
"IQM + two-class SVM + Aggregated Db" \ "IQM + two-class SVM + Aggregated Db" \
-F 7 \ -e \
--criterion EER \ --c eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
...@@ -231,25 +222,16 @@ following command: ...@@ -231,25 +222,16 @@ following command:
.. code-block:: sh .. code-block:: sh
./bin/evaluate.py \ bob pad evaluate \
--dev-files \ <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/photo-photo-video/scores/scores-{dev,eval} \
<PATH_TO_STORE_THE_RESULTS_1>/photo-photo-video/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_2>/photo-photo-video/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_3>/photo-photo-video/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_4>/photo-photo-video/scores/scores-dev \
--eval-files \
<PATH_TO_STORE_THE_RESULTS_1>/photo-photo-video/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_2>/photo-photo-video/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_3>/photo-photo-video/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_4>/photo-photo-video/scores/scores-eval \
--legends \ --legends \
"IQM + one-class GMM + Aggregated Db" \ "IQM + one-class GMM + Aggregated Db" \
"IQM + one-class SVM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \
"IQM + two-class LR + Aggregated Db" \ "IQM + two-class LR + Aggregated Db" \
"IQM + two-class SVM + Aggregated Db" \ "IQM + two-class SVM + Aggregated Db" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
...@@ -320,25 +302,16 @@ following command: ...@@ -320,25 +302,16 @@ following command:
.. code-block:: sh .. code-block:: sh
./bin/evaluate.py \ bob pad evaluate \
--dev-files \ <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/video-video-photo/scores/scores-{dev,eval} \
<PATH_TO_STORE_THE_RESULTS_1>/video-video-photo/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_2>/video-video-photo/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_3>/video-video-photo/scores/scores-dev \
<PATH_TO_STORE_THE_RESULTS_4>/video-video-photo/scores/scores-dev \
--eval-files \
<PATH_TO_STORE_THE_RESULTS_1>/video-video-photo/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_2>/video-video-photo/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_3>/video-video-photo/scores/scores-eval \
<PATH_TO_STORE_THE_RESULTS_4>/video-video-photo/scores/scores-eval \
--legends \ --legends \
"IQM + one-class GMM + Aggregated Db" \ "IQM + one-class GMM + Aggregated Db" \
"IQM + one-class SVM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \
"IQM + two-class LR + Aggregated Db" \ "IQM + two-class LR + Aggregated Db" \
"IQM + two-class SVM + Aggregated Db" \ "IQM + two-class SVM + Aggregated Db" \
-F 7 \ -e \
--criterion EER \ --criterion eer \
--roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf -o <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below: The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.aggregated_db` database are summarized in the Table below:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment