summaryrefslogtreecommitdiff
path: root/candle-examples/examples/yolo-v8/main.rs
Commit message (Expand)AuthorAgeFilesLines
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-1/+1
* Update the image crate + use the re-exported version. (#1893)Laurent Mazare2024-03-211-22/+23
* Fix linspace implementation (#1358)MilkFather2023-11-231-1/+1
* Ensure to copy data to cpu before iterating. (#1360)Marcus Asteborg2023-11-231-1/+3
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-3/+1
* Add tracing. (#943)Laurent Mazare2023-09-231-3/+24
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-1/+1
* Automatic mask generation (#779)Laurent Mazare2023-09-081-6/+6
* Cleanup the pose reporting code. (#605)Laurent Mazare2023-08-251-65/+58
* Add some configurable legend for yolo detection. (#603)Laurent Mazare2023-08-251-1/+43
* Move the yolo model bits in a separate file. (#602)Laurent Mazare2023-08-251-747/+96
* More support for pose estimation in yolo-v8. (#599)Laurent Mazare2023-08-251-15/+161
* Add the pose estimation head for yolo. (#589)Laurent Mazare2023-08-241-6/+104
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-1/+5
* Improve the aspect ratio handling on yolo-v8. (#549)Laurent Mazare2023-08-221-14/+35
* Move the yolo shared bits to a common place. (#548)Laurent Mazare2023-08-221-50/+34
* Sketch the yolo wasm example. (#546)Laurent Mazare2023-08-221-4/+0
* Use the yolo-v8 weights from the hub. (#544)Laurent Mazare2023-08-211-4/+30
* Yolo v8 fixes (#542)Laurent Mazare2023-08-211-14/+15
* Add yolo v8 as an example (#541)Laurent Mazare2023-08-211-0/+779