You can also call your own post-processing functions. Take demo_yolov3.cpp and demo_classification.cpp as examples. Use vitis::ai::DpuTask::create
or vitis::ai::DpuRunner::create_dpu_runner to create the task, and after
the DPU processing is complete, you can invoke the post-processing function. The post_process
function in the following figure is a user
post-processing code.
Figure 1. User Post-Processing Code Example