/*
 * 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_multitaskv3, ./test_performance_multitaskv3, ./test_video_multitaskv3 first param followed must be with model name.
  Valid model name:
    multi_task
    MT-resnet18_mixed_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_multitaskv3 multi_task_v3_pt demo.jpg
    output :
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0317 11:16:36.394732  3832 demo.hpp:1183] batch: 0     image: demo.jpg
I0317 11:16:36.562290  3832 process_result.hpp:67] 0 0.196567 0.548479 0.168389 0.171791
I0317 11:16:36.562618  3832 process_result.hpp:67] 0 0.383587 0.509579 0.05436 0.0605296
I0317 11:16:36.562717  3832 process_result.hpp:67] 0 0.469461 0.504863 0.0439838 0.0541266
I0317 11:16:36.562805  3832 process_result.hpp:67] 0 0 0.491819 0.131559 0.121475
I0317 11:16:36.562934  3832 process_result.hpp:67] 0 0.130368 0.503537 0.120567 0.111297
I0317 11:16:36.563061  3832 process_result.hpp:67] 0 0.437969 0.492355 0.0360109 0.0527903
I0317 11:16:36.563148  3832 process_result.hpp:67] 0 0.217205 0.507397 0.05436 0.0590351
I0317 11:16:36.563236  3832 process_result.hpp:67] 2 0.710012 0.500317 0.0244424 0.102394
