docs: add model card
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- WendiChen/DeformPAM
|
5 |
+
---
|
6 |
+
|
7 |
+
# Pretrained Models of the Primitive Diffusion Model in DeformPAM
|
8 |
+
|
9 |
+
## Contents
|
10 |
+
|
11 |
+
- [Description](#description)
|
12 |
+
- [Usage](#usage)
|
13 |
+
|
14 |
+
## Description
|
15 |
+
This is the pretrained models of the Primitive Diffusion Model in the paper [DeformPAM: Data-Efficient Learning for Long-horizon Deformable
|
16 |
+
Object Manipulation via Preference-based Action Alignment](https://deform-pam.robotflow.ai).
|
17 |
+
|
18 |
+
- [Paper](https://arxiv.org/pdf/2410.11584.pdf)
|
19 |
+
- [Project Homepage](https://deform-pam.robotflow.ai)
|
20 |
+
- [GitHub Repository](https://github.com/xiaoxiaoxh/DeformPAM)
|
21 |
+
- [Dataset](https://huggingface.co/datasets/WendiChen/DeformPAM)
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
Follow the [README.md](https://github.com/xiaoxiaoxh/DeformPAM/blob/main/README.md#-inference) in the [GitHub Repository of DeformPAM](https://github.com/xiaoxiaoxh/DeformPAM)
|
25 |
+
to inference with the pretrained models.
|