summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/yolo
Commit message (Expand)AuthorAgeFilesLines
* Add Stable Diffusion 3 Example (#2558)Czxck0012024-10-131-1/+1
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-1/+1
* Clippy fixes. (#2415)Laurent Mazare2024-08-142-7/+6
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-2/+2
* Update gloo requirement from 0.8 to 0.11 (#1558)dependabot[bot]2024-01-101-1/+1
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-2/+2
* Do not implement Module for BatchNorm. (#1513)Laurent Mazare2024-01-011-2/+1
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-6/+6
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-2/+2
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-2/+2
* Fix a couple typos (#1451)Laurent Mazare2023-12-172-2/+2
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-2/+2
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-2/+2
* Pass directly the buffer ownership. (#949)Laurent Mazare2023-09-242-10/+8
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-2/+2
* minor UI fixes (#856)Radamés Ajna2023-09-151-5/+12
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-2/+2
* force model cache (#751)Radamés Ajna2023-09-061-3/+14
* Minor WASM UI improvements (#748)Radamés Ajna2023-09-051-24/+54
* Add Yolo Pose to JS Example (#684)Radamés Ajna2023-08-313-23/+117
* Add some documentation. (#673)Laurent Mazare2023-08-301-2/+2
* Simplify usage of the pool functions. (#662)Laurent Mazare2023-08-291-3/+3
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+1
* Add wasm support for yolo-v8 pose detection. (#630)Laurent Mazare2023-08-273-29/+304
* Remove some dead-code annotations. (#629)Laurent Mazare2023-08-271-4/+0
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-2/+2
* [WIP] Improve Yolo WASM UI example (#591)Radamés Ajna2023-08-269-23/+602
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-232-3/+7
* Also fix the aspect ratio in the wasm example. (#556)Laurent Mazare2023-08-225-26/+67
* Sketch the yolo wasm example. (#546)Laurent Mazare2023-08-229-0/+1256