[skip ci] Add comment of data set on benchamrk utils file (#7962)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/7976/head
wt 2021-09-15 15:17:49 +08:00 committed by GitHub
parent 14ef405a6b
commit 1703b3ca4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -27,12 +27,12 @@ DEFAULT_DIM = 512
DEFAULT_METRIC_TYPE = "L2"
RANDOM_SRC_DATA_DIR = config.RAW_DATA_DIR + 'random/'
SIFT_SRC_DATA_DIR = config.RAW_DATA_DIR + 'sift1b/'
SIFT_SRC_DATA_DIR = config.RAW_DATA_DIR + 'sift1b/' # has organized the corresponding query.npy file
DEEP_SRC_DATA_DIR = config.RAW_DATA_DIR + 'deep1b/'
JACCARD_SRC_DATA_DIR = config.RAW_DATA_DIR + 'jaccard/'
HAMMING_SRC_DATA_DIR = config.RAW_DATA_DIR + 'hamming/'
STRUCTURE_SRC_DATA_DIR = config.RAW_DATA_DIR + 'structure/'
BINARY_SRC_DATA_DIR = config.RAW_DATA_DIR + 'binary/'
JACCARD_SRC_DATA_DIR = config.RAW_DATA_DIR + 'jaccard/' # has organized the corresponding query.npy file
HAMMING_SRC_DATA_DIR = config.RAW_DATA_DIR + 'hamming/' # The current data set is not organized on the NAS
STRUCTURE_SRC_DATA_DIR = config.RAW_DATA_DIR + 'structure/' # The current data set is not organized on the NAS
BINARY_SRC_DATA_DIR = config.RAW_DATA_DIR + 'binary/' # has organized the corresponding query.npy file
SIFT_SRC_GROUNDTRUTH_DATA_DIR = SIFT_SRC_DATA_DIR + 'gnd'
DEFAULT_F_FIELD_NAME = 'float_vector'