I am running the source code of Local Naive Bayer Nearest Neighbor form this site :
https://github.com/sanchom/sjm
i extract SIFT descriptor of the dataset Caltech 101 by running:
python extract_caltech.py --dataset_path /users/phongnguyen/desktop/101_ObjectCategories --process_limit 3 --sift_normalization_threshold 2.0 --sift_discard_unnormalized --sift_grid_type FIXED_3X3 --sift_first_level_smoothing 0.66 --sift_fast --sift_multiscale --features_directory /users/phongnguyen/desktop/feature
Ad suggested on the site,
i got this error:
/bin/sh: extract_descriptors_cli: command not found
and it displays thousands of the same line above.
What wrong with the bug above, am i missing any binary file?