Evaluation Parameters
The following parameters are used during evaluation and inference of a trained LENS model. These options configure the dataset, reference/query pairings, and optional visual and metric-based evaluation tools.
Argument |
Type |
Description |
|---|---|---|
|
|
Top-level folder name under |
|
|
Subfolder indicating the DVS camera used (e.g., |
|
|
Name of the reference experiment directory inside the dataset (used to load the trained model and evaluate against). |
|
|
Number of reference images to include during evaluation. |
|
|
Name of the query experiment directory to be evaluated against the reference. |
|
|
Number of query images to use for evaluation. |
|
|
Size to resize input images to before feeding into the network. |
|
|
Size of the input images for the network. |
|
|
Generates a similarity matrix between reference and query images, useful for visual inspection of performance. |
|
|
Enables evaluation against a ground truth .npy file with binary match labels. |
|
|
Match is considered correct if it falls within this many indices of the true match (i.e., recall@tolerance). |
|
|
Outputs a .json file containing precision-recall curve data and generates a corresponding plot. |
|
|
Runs SAD (Sum of Absolute Differences) matching instead of neural similarity, useful for baseline comparisons. |
|
|
Disables GPU usage for inference, forcing all operations to run on CPU. |