我在本网站上运行Local Naive Bayer Nearest Neighbs的源代码:
https://github.com/sanchom/sjm
通过运行:
来提取数据集Caltech 101的SIFT描述符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
广告在网站上提出,
我收到了这个错误:
/bin/sh: extract_descriptors_cli: command not found
它显示上面数千条相同的行。
上面的错误有什么问题,我错过了任何二进制文件吗?
答案 0 :(得分:0)
您可能跳过README.md的BUILDING部分中的一个或多个步骤,特别是
您需要运行
scons
来编译二进制文件,然后“scons install BIN_PREFIX=[directory]
将它们安装在[directory]
中。”