summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-08-26 03:40:41 -0700
committerGitHub <noreply@github.com>2023-08-26 11:40:41 +0100
commit864227edbf4c63a4e5e02cffbc0d99b69d0e87b3 (patch)
treefc10d0993c17b4e2663c6c220bf1e5f8effe08be /.gitignore
parentb23b347b35a246cb03395cc9cdf1bf0e867862a0 (diff)
downloadcandle-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b313c3ec..85dc61c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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