/*
 * 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
I0709 05:50:18.379515  3839 demo.hpp:1183] batch: 0     image: sample_facedetect.jpg
I0709 05:50:18.382613  3839 process_result.hpp:25]  1.00007 0.53125 0.1 0.1375 0.1625
I0709 05:50:18.382756  3839 process_result.hpp:25]  1.00007 0.190625 0.14375 0.146875 0.159375

    sample : ./test_jpeg_facedetect densebox_640_360 sample_facedetect.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0709 05:50:18.645131  3843 demo.hpp:1183] batch: 0     image: sample_facedetect.jpg
I0709 05:50:18.648787  3843 process_result.hpp:25]  0.996612 0.535937 0.0611111 0.120312 0.211111

