diff options
author | Radamés Ajna <radamajna@gmail.com> | 2023-08-26 03:40:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 11:40:41 +0100 |
commit | 864227edbf4c63a4e5e02cffbc0d99b69d0e87b3 (patch) | |
tree | fc10d0993c17b4e2663c6c220bf1e5f8effe08be /.gitignore | |
parent | b23b347b35a246cb03395cc9cdf1bf0e867862a0 (diff) | |
download | candle-864227edbf4c63a4e5e02cffbc0d99b69d0e87b3.tar.gz candle-864227edbf4c63a4e5e02cffbc0d99b69d0e87b3.tar.bz2 candle-864227edbf4c63a4e5e02cffbc0d99b69d0e87b3.zip |
[WIP] Improve Yolo WASM UI example (#591)
* return detections with classes names
* ignore .DS_Store
* example how to load wasm module
* add param to set model size
* add param for model size
* accept iou and confidence threshold on run
* conf and iou thresholds
* clamp only
* remove images from branch
* a couple of renamings, add readme with instructions
* final design
* minor font + border update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,3 +31,5 @@ candle-wasm-examples/*/*.jpeg candle-wasm-examples/*/*.wav candle-wasm-examples/*/*.safetensors candle-wasm-examples/*/package-lock.json + +.DS_Store
\ No newline at end of file |