wentao-yuan
commited on
Commit
•
a20325d
1
Parent(s):
f320c12
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wentao-yuan/m2t2-data
|
5 |
+
---
|
6 |
+
# M2T2
|
7 |
+
M2T2 (Multi-Task Masked Transformer) is a unified transformer model for learning different primitive actions.
|
8 |
+
|
9 |
+
## Primary Use Cases
|
10 |
+
Given a raw point cloud observation of the scene, M2T2 reasons about contact points and predicts collision-free gripper poses for 6-DoF object-centric grasping and orientation-aware placement.
|
11 |
+
|
12 |
+
## Date
|
13 |
+
This model was trained in June 2023.
|
14 |
+
|
15 |
+
## Resources for More Information
|
16 |
+
|
17 |
+
- Paper: https://arxiv.org/abs/2311.00926
|
18 |
+
- Code: https://github.com/NVlabs/M2T2
|
19 |
+
- Website: https://m2-t2.github.io
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
If you find our work helpful, please consider citing our paper.
|
23 |
+
```
|
24 |
+
@inproceedings{yuan2023m2t2,
|
25 |
+
title = {M2T2: Multi-Task Masked Transformer for Object-centric Pick and Place},
|
26 |
+
author = {Yuan, Wentao and Murali, Adithyavairavan and Mousavian, Arsalan and Fox, Dieter},
|
27 |
+
booktitle = {7th Annual Conference on Robot Learning},
|
28 |
+
year = {2023}
|
29 |
+
}
|
30 |
+
```
|