Skip to content

Commit 1dfa80f

Browse files
authored
Merge pull request facebookresearch#2 from robertocalandra/patch-1
Update README.md
2 parents e74696c + 9dbe667 commit 1dfa80f

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
</a>
77
<a href="#">
88
<img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License: MIT" />
9+
</a>
10+
<a href="https://pypi.org/project/digit-interface/">
11+
<img src="https://img.shields.io/pypi/v/pytouch" alt="PyPi" />
912
</a>
1013
<a href="#">
1114
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style: Black" />
@@ -16,34 +19,42 @@
1619
<i>PyTouch is a machine learning library for tactile touch sensing.</i>
1720
</p>
1821
<p align="center">
19-
<i>Check the <a href="xyz">website</a> for more information.</i>
22+
<i>Check the <a href="https://arxiv.org/abs/2105.12791">corresponding paper</a> for more information.</i>
23+
</p>
24+
<p align="center">
25+
<b>For updates and discussions please join the #PYTOUCH channel at the <a href="www.touch-sensing.org">www.touch-sensing.org</a> community.</b>
2026
</p>
2127

22-
### Releases
28+
## Releases
2329

24-
#### Stable
30+
### Stable
2531

2632
**PyTouch 0.4.0** is a beta version of PyTouch.
2733
- [Documentation](https://xyz/docs/intro)
2834
- Installation : `pip install pytouch --upgrade`
2935

30-
### License
36+
## License
3137
PyTouch is licensed under [MIT License](LICENSE).
3238

3339
## Community
3440
See the following links to similar projects and to the Touch Sensing Community:
3541
* [Touch Sensing Community](https://www.touch-sensing.org)
36-
* [TACTO](https://github.com/facebookresearch/tacto)
37-
* [DIGIT](https://digit.ml)
42+
* [TACTO Touch Simulator](https://github.com/facebookresearch/tacto)
43+
* [DIGIT Hardware Sensor](https://digit.ml)
3844

3945

40-
### Citing PyTouch
41-
If you use PyTouch in your research please use the following BibTeX entry:
46+
## Citing PyTouch
47+
If you use PyTouch in your research please cite the corresponding [paper](https://arxiv.org/abs/2105.12791):
4248
```BibTeX
4349
@Article{Lambeta2021PyTouch,
4450
author = {Lambeta, Mike and Xu, Huazhe and Xu, Jingwei and Chou, Po-Wei and Wang, Shaoxiong and Darrell, Trevor and Calandra, Roberto},
4551
journal = {IEEE International Conference on Robotics and Automation (ICRA)},
4652
title = {{PyTouch}: A Machine Learning Library for Touch Processing},
4753
year = {2021},
54+
url = {https://arxiv.org/abs/2105.12791},
4855
}
4956
```
57+
58+
## Acknowledgments
59+
We would like to thank Haozhou Wang for kindly providing the PyPi repository PyTouch.
60+

0 commit comments

Comments
 (0)