MarkusHuang / YOLOv8-DeepSort-PyQt-GUI

a GUI application, which uses YOLOv8 for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera
MIT License
225 stars 46 forks source link

post processing code #8

Open ge1mina023 opened 8 months ago

ge1mina023 commented 8 months ago

How does the post-processing code for model output come from? For example, is the process_mask_output method in yolov8_seg_onnx.py copied from the official code of Ultratics?