forked from ubc-vision/image-matching-benchmark-baselines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_logpolar.sh
executable file
·10 lines (7 loc) · 940 Bytes
/
run_logpolar.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# logpolar
echo "Extracting Log-polar descriptors"
python extract_descriptors_logpolar.py --dataset_path=../benchmark-patches-8k --config_file=third_party/log_polar_descriptors/configs/init_one_example_ptn_96.yml --method_name=sift8k_8000_logpolar96
python extract_descriptors_logpolar.py --dataset_path=../benchmark-patches-8k-upright-no-dups --config_file=third_party/log_polar_descriptors/configs/init_one_example_ptn_96.yml --method_name=sift8k_8000_logpolar96-upright-no-dups
#python extract_descriptors_logpolar.py --dataset_path=../benchmark-patches-default --config_file=third_party/log_polar_descriptors/configs/init_one_example_ptn_96.yml --method_name=siftdef_2048_logpolar96
#python extract_descriptors_logpolar.py --dataset_path=../benchmark-patches-default-upright-no-dups --config_file=third_party/log_polar_descriptors/configs/init_one_example_ptn_96.yml --method_name=siftdef_2048_logpolar96-upright-no-dups