yscv-detect 0.1.8

Object detection pipeline with YOLOv8, NMS, and heatmap decoding
Documentation
1
2
3
4
5
6
7
mod anchors;
mod frame_face;
mod frame_people;
mod heatmap;
mod model_detector;
mod nms;
mod roi;