From 864227edbf4c63a4e5e02cffbc0d99b69d0e87b3 Mon Sep 17 00:00:00 2001 From: Radamés Ajna Date: Sat, 26 Aug 2023 03:40:41 -0700 Subject: [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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3