Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have a problem when make compute_groundtruth #23

Open
hustlhc opened this issue Nov 18, 2024 · 0 comments
Open

have a problem when make compute_groundtruth #23

hustlhc opened this issue Nov 18, 2024 · 0 comments

Comments

@hustlhc
Copy link

hustlhc commented Nov 18, 2024

There are all my command about it:
git clone https://github.com/cmuparlay/ParlayANN.git
git submodule init
git submodule update
cd data_tools and then make compute_groundtruth

I get this problem:
compute_groundtruth.cpp:96:3: error: ‘commandLine’ was not declared in this scope
96 | commandLine P(argc,argv,
| ^~~~~~~~~~~
compute_groundtruth.cpp:100:17: error: ‘P’ was not declared in this scope
100 | char* gFile = P.getOptionValue("-gt_path");
| ^
compute_groundtruth.cpp:131:7: error: ‘PointRange’ was not declared in this scope; did you mean ‘parlayANN::PointRange’?
131 | PointRange<float, Euclidian_Point> B = PointRange<float, Euclidian_Point>(bFile);
| ^~~~~~~~~~
| parlayANN::PointRange

Is it me missing a step?
There seems to be a missing reference to the header file,but I can't find any step about it in README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant