You can also call their own post-processing functions on their own
request. Take demo_yolov3.cpp and demo_classification.cpp as an example. Use vitis::ai::DpuTask::create
or vitis::ai::DpuRunner::create_dpu_runner to create the task, and after
DPU processing is complete, the post-processing function can be invoked. The post_process
function in the following figure is a user
post-processing code.
Figure 1. User Post-Processing Code Example
For more details, see ~/Vitis-AI/demo/Vitis-AI-Library/samples/dpu_task/classification/demo_classification.cpp.