|
6 | 6 | </a>
|
7 | 7 | <a href="#">
|
8 | 8 | <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" /> |
9 | 12 | </a>
|
10 | 13 | <a href="#">
|
11 | 14 | <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style: Black" />
|
|
16 | 19 | <i>PyTouch is a machine learning library for tactile touch sensing.</i>
|
17 | 20 | </p>
|
18 | 21 | <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> |
20 | 26 | </p>
|
21 | 27 |
|
22 |
| -### Releases |
| 28 | +## Releases |
23 | 29 |
|
24 |
| -#### Stable |
| 30 | +### Stable |
25 | 31 |
|
26 | 32 | **PyTouch 0.4.0** is a beta version of PyTouch.
|
27 | 33 | - [Documentation](https://xyz/docs/intro)
|
28 | 34 | - Installation : `pip install pytouch --upgrade`
|
29 | 35 |
|
30 |
| -### License |
| 36 | +## License |
31 | 37 | PyTouch is licensed under [MIT License](LICENSE).
|
32 | 38 |
|
33 | 39 | ## Community
|
34 | 40 | See the following links to similar projects and to the Touch Sensing Community:
|
35 | 41 | * [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) |
38 | 44 |
|
39 | 45 |
|
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): |
42 | 48 | ```BibTeX
|
43 | 49 | @Article{Lambeta2021PyTouch,
|
44 | 50 | author = {Lambeta, Mike and Xu, Huazhe and Xu, Jingwei and Chou, Po-Wei and Wang, Shaoxiong and Darrell, Trevor and Calandra, Roberto},
|
45 | 51 | journal = {IEEE International Conference on Robotics and Automation (ICRA)},
|
46 | 52 | title = {{PyTouch}: A Machine Learning Library for Touch Processing},
|
47 | 53 | year = {2021},
|
| 54 | + url = {https://arxiv.org/abs/2105.12791}, |
48 | 55 | }
|
49 | 56 | ```
|
| 57 | + |
| 58 | +## Acknowledgments |
| 59 | +We would like to thank Haozhou Wang for kindly providing the PyPi repository PyTouch. |
| 60 | + |
0 commit comments