Commit Graph

16 Commits

Author SHA1 Message Date
swdee
18bc88f956 remove unused code/functions 2025-04-20 15:16:58 +12:00
swdee
895770b239 fixed govet issues with %w wrap used in log.Printf() 2025-04-20 15:05:32 +12:00
swdee
3ce732dfe2 fix bug with post processing timing calculation in stream example 2025-04-18 20:28:29 +12:00
swdee
895d120810 changed NewPool() function to require passing a list of NPUCores so other Rockchip models that have single or dual NPU cores can use the Pool functionality 2025-04-01 23:39:58 +13:00
swdee
3b61f52a69 added yolov11 to stream example 2025-02-24 17:54:16 +13:00
swdee
9121323216 added yolov8-obb to bytetracking stream server 2024-10-31 13:57:43 +13:00
swdee
0d1b053bae extended streaming example to support webcamera input 2024-10-08 11:26:48 +13:00
swdee
ecd7e3f791 added yolov8-pose to stream example 2024-08-26 23:48:10 +12:00
swdee
4add99851d added yolov8-seg to stream example 2024-08-25 08:10:45 +12:00
swdee
ac8bcfdc9d added log warning when using instance segmantion with bytetrack 2024-08-24 16:54:40 +12:00
swdee
79472825a7 modified bytetrack to include yolov5-seg instance segmentation. added segmentation mask and outline rendering for bytetracker objects 2024-08-24 16:44:47 +12:00
swdee
66179e02b3 refactored examples to use render package for object bounding boxes rendering. added render for object tracking trails. made all object detection demos use the preprocess.resizer to handle automatic scaling between source image and model input tensor sizes 2024-08-21 00:11:33 +12:00
swdee
b81ffbc723 added yolov10 model example 2024-08-16 22:22:27 +12:00
swdee
4f48b1770c added in yoloX postprocessor and example. added yolox model to Stream example as alternative object detection model 2024-08-16 15:31:29 +12:00
swdee
5cad5e1362 cleaned up code comments 2024-08-06 14:14:56 +12:00
swdee
02f58c3ed8 added http stream demo with yolov5 object detection and byteTrack tracking 2024-08-05 21:53:53 +12:00