Skip to content

Commit dfbf978

Browse files
committed
Updating readme
1 parent 071ce35 commit dfbf978

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,22 @@ where `UNIQUE_ID` is the same as above.
4848
You can download [our main model](https://drive.google.com/drive/folders/1C6m7dbXaL4wn5Z4-K7ZniqoZaNTiQBdP?usp=sharing) and run evaluation script as explained above.
4949

5050
### 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},
66+
journal={arXiv preprint arXiv:2002.09303},
67+
year={2020}
68+
}
69+
```

smartink-js/README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,30 @@ You still need to implement a model class in JS to load the pre-trained models a
3838
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).
3939

4040

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},
63+
author={Ha, David and Eck, Douglas},
64+
journal={arXiv preprint arXiv:1704.03477},
65+
year={2017}
66+
}
67+
```

0 commit comments

Comments
 (0)