You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,22 @@ where `UNIQUE_ID` is the same as above.
48
48
You can download [our main model](https://drive.google.com/drive/folders/1C6m7dbXaL4wn5Z4-K7ZniqoZaNTiQBdP?usp=sharing) and run evaluation script as explained above.
49
49
50
50
### Demo
51
-
An interactive demo is provided in the [smarting-js](https://github.com/eth-ait/cose/tree/master/smartink-js) folder, using the pre-trained models shared above.
51
+
An interactive demo is provided in the [smarting-js](https://github.com/eth-ait/cose/tree/master/smartink-js) folder, using the pre-trained models shared above.
52
+
53
+
### Citation
54
+
```
55
+
@article{aksan2020cose,
56
+
title={CoSE: Compositional Stroke Embeddings},
57
+
author={Aksan, Emre and Deselaers, Thomas and Tagliasacchi, Andrea and Hilliges, Otmar},
58
+
journal={Advances in Neural Information Processing Systems},
59
+
volume={33},
60
+
year={2020}
61
+
}
62
+
63
+
@article{gervais2020didi,
64
+
title={The DIDI dataset: Digital Ink Diagram data},
65
+
author={Gervais, Philippe and Deselaers, Thomas and Aksan, Emre and Hilliges, Otmar},
Copy file name to clipboardExpand all lines: smartink-js/README.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,30 @@ You still need to implement a model class in JS to load the pre-trained models a
38
38
The user interface is implemented in the `reconstruct.js` and `predict.js` by modifying David Ha's [demo](https://github.com/hardmaru/sketch-rnn-flowchart).
39
39
40
40
41
-
Finally, you can store your TF-JS models on storage.googleapis without requiring a dedicated server.
41
+
Finally, you can store your TF-JS models on storage.googleapis without requiring a dedicated server.
42
+
43
+
### Citation
44
+
If you are using this demo in your work, please cite the following:
45
+
```
46
+
@article{aksan2020cose,
47
+
title={CoSE: Compositional Stroke Embeddings},
48
+
author={Aksan, Emre and Deselaers, Thomas and Tagliasacchi, Andrea and Hilliges, Otmar},
49
+
journal={Advances in Neural Information Processing Systems},
50
+
volume={33},
51
+
year={2020}
52
+
}
53
+
54
+
@article{gervais2020didi,
55
+
title={The DIDI dataset: Digital Ink Diagram data},
56
+
author={Gervais, Philippe and Deselaers, Thomas and Aksan, Emre and Hilliges, Otmar},
57
+
journal={arXiv preprint arXiv:2002.09303},
58
+
year={2020}
59
+
}
60
+
61
+
@article{ha2017sketchrnn,
62
+
title={A neural representation of sketch drawings},
0 commit comments