/*
 * 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_medicaldetection
  ./test_performance_medicaldetection
  ./test_accuracy_medicaldetection
  ./test_video_medicaldetection
  
  Valid model name:
    RefineDet-Medical_EDD_tf

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_medicaldetection RefineDet-Medical_EDD_tf sample_medicaldetection.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0317 11:00:45.876993  3759 demo.hpp:1183] batch: 0     image: sample_medicaldetection.jpg
I0317 11:00:45.877079  3759 process_result.hpp:39] RESULT: BE   0.990099   -3.35321 72.3176 229.08 297.6
I0317 11:00:45.877221  3759 process_result.hpp:39] RESULT: BE   0.933227   7.67506 236.273 40.1888 309.044
I0317 11:00:45.877265  3759 process_result.hpp:39] RESULT: suspicious   0.90479   28.2807 142.651 105.215 226.621
I0317 11:00:45.877313  3759 process_result.hpp:39] RESULT: BE   0.847918   236.762 219.754 303.208 318.879
I0317 11:00:45.877357  3759 process_result.hpp:39] RESULT: BE   0.775535   288.085 88.6029 318.715 139.103

    sample : ./test_performance_medicaldetection RefineDet-Medical_EDD_tf   -t 1 -s 20   test_performance_medicaldetection.list
    sample : ./test_performance_medicaldetection RefineDet-Medical_EDD_tf   -t 2 -s 20   test_performance_medicaldetection.list
    sample : ./test_performance_medicaldetection RefineDet-Medical_EDD_tf   -t 4 -s 20   test_performance_medicaldetection.list

    sample : ./test_video_medicaldetection RefineDet-Medical_EDD_tf sample_medicaldetection.avi
    output : 

