/*
 * 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_tfssd, ./test_performance_tfssd, ./test_video_tfssd first param followed must be with model name.
  Valid model name:
    ssd_mobilenet_v1_coco_tf
    ssd_mobilenet_v2_coco_tf
    ssd_resnet_50_fpn_coco_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_tfssd ssd_mobilenet_v1_coco_tf sample_tfssd.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1122 00:07:51.289961 15705 process_result.hpp:77] RESULT: 18   5.56727 10.859  96.8591 257.321 0.939913
I1122 00:07:51.290259 15705 process_result.hpp:77] RESULT: 18   111.551 30.9807 291.346 286.122 0.924142   
    
    sample : ./test_jpeg_tfssd ssd_mobilenet_v2_coco_tf sample_tfssd.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1122 00:08:57.767942 15707 process_result.hpp:77] RESULT: 1    86.0862 0       203.307 222.717 0.622459
I1122 00:08:57.768280 15707 process_result.hpp:77] RESULT: 18   115.827 32.9267 295.622 275.625 0.970688
I1122 00:08:57.768360 15707 process_result.hpp:77] RESULT: 18   0       7.99977 92.8194 258.224 0.731059
   
    
    sample : ./test_jpeg_tfssd ssd_resnet_50_fpn_coco_tf sample_tfssd.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1122 00:09:31.598120 15709 process_result.hpp:77] RESULT: 18   6.55091 11.9622 95.4491 258.038 0.817575
I1122 00:09:31.598419 15709 process_result.hpp:77] RESULT: 18   112.851 41.9628 295.149 276.037 0.705785
   
