Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redwankarimsony authored May 16, 2024
1 parent 364dde5 commit 1be8f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ in your VeriEye environment.
- **Step 1:** Create a CSV file with three columns. The first two are for the image pairs, and the third one is whether a match or non-match by {0,1}. with column names `iris1`, `iris2`, and `label.`
- **Step 2:** Run the script with the following command.
```bash
python iris_matcher.py --input_file iris_matching_task_dataframe.csv \
--dataset_dir sample_iris_database \
--output_file iris_matching_task_output.csv
python iris_matcher.py --input_file sample_iris_db/iris_matching_task_dataframe.csv \
--dataset_dir sample_iris_db \
--output_file sample_iris_db/iris_matching_task_output.csv
```


Expand Down

0 comments on commit 1be8f3b

Please sign in to comment.