12 Commits

Author SHA1 Message Date
swdee
26efcd0ee1 adjusted yolov5 example to work across all rk35xx models 2025-06-08 16:45:43 +12:00
swdee
895770b239 fixed govet issues with %w wrap used in log.Printf() 2025-04-20 15:05:32 +12:00
swdee
aa8cecdc11 renamed detect results variables across demos for consistency 2024-08-24 20:31:13 +12:00
swdee
c32919c3f9 fix all yolo examples with detectionresult change 2024-08-24 19:02:09 +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
b44f8a336b changed object detection yolo examples to use render package. included rendering in benchmark and updated stats and sample image output 2024-08-20 14:11:15 +12:00
swdee
32c6a8a7be removed optionalQueries() duplication on all examples and replaced with runtime.Query() to output model tensor data 2024-08-20 10:47:18 +12:00
swdee
986a5e8bae added cpu affinity optimization to speed up NPU core usage 2024-05-17 00:05:04 +12:00
swdee
fec7b70bc9 added yolov8 post processor and example code 2024-04-28 20:28:19 +12:00
swdee
de11c56cae added comments to yolov5 example script 2024-04-28 10:04:53 +12:00
swdee
00eb8af725 added yolov5 post processor code and example. refactored yolov5 prototype code and made it more idiomatic 2024-04-27 23:32:17 +12:00
swdee
f44844a8bd first prototype code from port of C code for yolov5 object detection 2024-04-26 19:21:26 +12:00