Run Human Pose Estimation Python Demo with "-limit" flag and "-output" flag
- Ran the Human Pose Estimation Python Demo
- Unable to determine where the output frames will be stored for the -limit flag.
The -output flag is used to save the result in Motion JPEG AVI file or separate JPEG or PNG files.
The -limit flag is used to specify the number of frames to store in the output file. All frames are stored if 0 is set.
Run the human_pose_estimation python demo with the following flags:
python3 human_pose_estimation_demo.py -d CPU -i <input> -m <path_to_model/human-pose-estimation-0005.xml -at ae -output output.avi -limit <number>