/*
 * 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_movenet, ./test_performance_movenet, ./test_video_movenet first param followed must be with model name.
  Valid model name:
    movenet_ntd

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_movenet movenet_ntd_pt sample_movenet.jpg
    output : 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0524 03:23:06.539813 16984 demo.hpp:1183] batch: 0     image: sample_movenet.jpg
[434.382, 177.201]
[452.462, 173.588]
[432.622, 173.739]
[477.101, 159.888]
[410.543, 174.04]
[540.778, 233.508]
[412.623, 235.465]
[578.696, 333.024]
[372.305, 332.121]
[561.097, 391.74]
[329.587, 370.211]
[516.459, 428.927]
[434.222, 429.83]
[523.979, 583.695]
[390.704, 579.179]
[512.939, 735.303]
[369.105, 735.002]

Accuracy:
    ./test_accuracy_movenet <model_name> <image_list_filename> <output_filename>

    sample:
    ./test_accuracy_movenet movenet_ntd image_list result.txt
