/*
 * 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_facedetect, ./test_performance_facedetect, ./test_video_facedetect the first param followed must be followed with model name.
  Valid model name:
    densebox_320_320 
    densebox_640_360

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_facedetect densebox_320_320 sample_facedetect.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1108 22:41:20.277091  5071 process_result.hpp:57]  1.00007 0.19375 0.14375 0.14375 0.15625
I1108 22:41:20.277343  5071 process_result.hpp:57]  1.00007 0.53125 0.1 0.1375 0.1625
   
    
    sample : ./test_jpeg_facedetect densebox_640_360 sample_facedetect.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1108 22:41:20.460816  5078 process_result.hpp:57]  0.996612 0.535937 0.075 0.117188 0.194444
   
