-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e8d83f
commit 5a6cc8b
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
VeRi_dir=$1 | ||
comp_dir=$2 | ||
sv_dir=$3 | ||
python3 create_VeRi_database.py --img_dir $VeRi_dir/image_train --query_dir $VeRi_dir/image_query --gallery_dir $VeRi_dir/image_test --label_dir $VeRi_dir/train_label.xml --train_txt VeRi_train_info.txt --query_txt VeRi_query_info.txt --gallery_txt VeRi_gallery_info.txt | ||
python3 create_Comp_database.py --sv_dataset_dir $sv_dir --comp_dataset_dir $comp_dir --info_dir Comp_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters