quark.onnx.tools.evaluate
#
Evaluate quantization accuracy and loss between baseline and quantized results folders.
Use the evaluate.py to measure cosine similarity, l2 loss, psnr and vmaf between two results folders:
`
python evaluate.py --baseline_results_folder $BASELINE_RESULTS_FOLDER_PATH --quantized_results_folder $QUANTIZED_RESULTS_FOLDER_PATH
`