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

Update Workflows #603

Open
ah89 opened this issue Nov 28, 2024 · 0 comments
Open

Update Workflows #603

ah89 opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ah89
Copy link

ah89 commented Nov 28, 2024

Some of the app arguments, along with the example descriptions and commands in the workflows, are outdated.

For example:

> compute_groundtruth -h
            Arguments:
              -h [ --help ]         Print information on arguments
              --data_type arg       data type <int8/uint8/float>
              --dist_fn arg         distance function <l2/mips/cosine>
              --base_file arg       File containing the base vectors in binary format
              --query_file arg      File containing the query vectors in binary format
              --gt_file arg         File name for the writing ground truth in binary 
                                    format, please don' append .bin at end if no 
                                    filter_label or filter_label_file is provided it will 
                                    save the file with '.bin' at end.else it will save the 
                                    file as filename_label.bin
              --K arg               Number of ground truth nearest neighbors to compute
              --tags_file arg       File containing the tags in binary format

how ever in the Sift example shown:
build/apps/utils/compute_groundtruth --data_type float --dist_fn l2 --base_file siftsmall/siftsmall_base.bin --query_file siftsmall/siftsmall_query.bin --gt_file siftsmall/siftsmall_gt_35.bin --K 100 --label_file ./rand_labels_50_10K.txt --filter_label 35 --universal_label 0

Where label_file, filter_label, universal_label need to be deleted also tags_file argument is missing.

@ah89 ah89 added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant