Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: onnxruntime
|
| 3 |
+
tags:
|
| 4 |
+
- onnx
|
| 5 |
+
- quickdraw
|
| 6 |
+
- sketch-recognition
|
| 7 |
+
- autodraw
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# AutoDraw Client models
|
| 11 |
+
|
| 12 |
+
ONNX models used by the [AutoDraw Client demo](https://huggingface.co/spaces/devarajns/autodraw-client-demo).
|
| 13 |
+
|
| 14 |
+
## Contents
|
| 15 |
+
|
| 16 |
+
- `models/sketch-embedder/`: 128-dimensional sketch embedding model for icon retrieval.
|
| 17 |
+
- `models/quickdraw-mvp/`: fallback Quick Draw classifier.
|
| 18 |
+
|
| 19 |
+
Each model folder includes a `model.json` file describing its required input and output tensor contract.
|