/*
 * Copyright 2019 Xilinx Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
Important:
  ./test_jpeg_facequality5pt, ./test_performance_facequality5pt the first param followed must be with model name.
  Valid model name:
    face-quality
    face-quality_pt

1, compile

    execute the following command:

        sh build.sh

2, copy the compiled executable file and test image to the development board.

   run the executable file.
    
    sample : ./test_jpeg_facequality5pt face-quality sample_facequality5pt.jpg
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1102 06:39:55.572376  3602 process_result.hpp:26] score : 0.746494 points
I1102 06:39:55.572516  3602 process_result.hpp:29] 0.333333 0.35
I1102 06:39:55.572608  3602 process_result.hpp:29] 0.8 0.3625
I1102 06:39:55.572647  3602 process_result.hpp:29] 0.6 0.5
I1102 06:39:55.572685  3602 process_result.hpp:29] 0.366667 0.7375
I1102 06:39:55.572721  3602 process_result.hpp:29] 0.75 0.75

    sample : ./test_jpeg_facequality5pt face-quality_pt sample_facequality5pt.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1126 03:48:03.879607  1636 process_result.hpp:26] score : 0.746494 points
I1126 03:48:03.879714  1636 process_result.hpp:29] 0.333333 0.35
I1126 03:48:03.879779  1636 process_result.hpp:29] 0.8 0.3625
I1126 03:48:03.879807  1636 process_result.hpp:29] 0.6 0.5
I1126 03:48:03.879833  1636 process_result.hpp:29] 0.366667 0.7375
I1126 03:48:03.879858  1636 process_result.hpp:29] 0.75 0.75


