/*
 * 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_fairmot, ./test_performance_fairmot, ./test_video_fairmot first param followed must be with model name.
  Valid model name:
    FairMot_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_fairmot FairMot_pt sample_fairmot.png
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0323 10:40:31.206498  7067 demo.hpp:1183] batch: 0     image: sample_fairmot.jpg
I0323 10:40:31.208055  7067 process_result.hpp:39] RESULT 1 :	117	227	287	717	0.705785
I0323 10:40:31.208163  7067 process_result.hpp:41] feat size: [256 x 1] First 5 digits: 155 173 169 189 76
I0323 10:40:31.208302  7067 process_result.hpp:39] RESULT 1 :	404	99	639	759	0.637031
I0323 10:40:31.208343  7067 process_result.hpp:41] feat size: [256 x 1] First 5 digits: 51 225 186 189 99
I0323 10:40:31.208474  7067 process_result.hpp:39] RESULT 1 :	812	326	909	589	0.577495
I0323 10:40:31.208513  7067 process_result.hpp:41] feat size: [256 x 1] First 5 digits: 81 197 2 189 71
